diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 5c054b9ead..88a9f08a4f 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -177,8 +177,6 @@ set_interactive (EShell *shell, CORBA_exception_init (&ev); - g_print ("Notifying interactive change (%s) -- %s\n", interactive ? "TRUE" : "FALSE", id); - GNOME_Evolution_ShellComponent_interactive (shell_component_objref, interactive, &ev); if (ev._major != CORBA_NO_EXCEPTION) g_warning ("Error changing interactive status of component %s to %s -- %s\n", |