diff options
Diffstat (limited to 'my-evolution/component-factory.c')
-rw-r--r-- | my-evolution/component-factory.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index 1287ff0ea0..659d2681d5 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -47,8 +47,6 @@ create_view (EvolutionShellComponent *shell, GNOME_Evolution_Shell corba_shell; BonoboControl *control; - - g_print ("folder_type: %s\n", folder_type); if (g_strcasecmp (folder_type, "Summary") != 0) { return EVOLUTION_SHELL_COMPONENT_UNSUPPORTEDTYPE; } |