diff options
-rw-r--r-- | composer/ChangeLog | 5 | ||||
-rw-r--r-- | composer/listener.c | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 81537d9a29..2bf9ceacb2 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2002-03-11 Dan Winship <danw@ximian.com> + + * listener.c (impl_event): Remove the extremely verbose printf + here. + 2002-03-07 Radek Doulik <rodo@ximian.com> * e-msg-composer.c (destroy): ops, unregister and not register new diff --git a/composer/listener.c b/composer/listener.c index 4982034b8a..9f609c3fd3 100644 --- a/composer/listener.c +++ b/composer/listener.c @@ -170,8 +170,6 @@ impl_event (PortableServer_Servant _servant, CORBA_any *rv = NULL; gchar *command; - printf ("impl_event = %s\n", name); - if (!strcmp (name, "command_before")) { command = BONOBO_ARG_GET_STRING (arg); if (!strcmp (command, "insert-paragraph")) { |