aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-shell.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 6edf64f9dc..67928be5c5 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-29 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-shell.c (set_interactive): Remove debugging message.
+
2001-10-29 Damon Chaplin <damon@ximian.com>
* Makefile.am (evolution_LDADD): use libical-evolution.la
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",