diff options
author | Dan Winship <danw@src.gnome.org> | 2002-03-12 02:09:11 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-03-12 02:09:11 +0800 |
commit | 10cc77f42a52ff1016d04f108884e34c05c8c8d1 (patch) | |
tree | 7fd3a9ba45a25ca0b00b2b79286e222f30f70f45 | |
parent | 6ec824b2e07075938b63d89ba2f490b2611814f8 (diff) | |
download | gsoc2013-evolution-10cc77f42a52ff1016d04f108884e34c05c8c8d1.tar gsoc2013-evolution-10cc77f42a52ff1016d04f108884e34c05c8c8d1.tar.gz gsoc2013-evolution-10cc77f42a52ff1016d04f108884e34c05c8c8d1.tar.bz2 gsoc2013-evolution-10cc77f42a52ff1016d04f108884e34c05c8c8d1.tar.lz gsoc2013-evolution-10cc77f42a52ff1016d04f108884e34c05c8c8d1.tar.xz gsoc2013-evolution-10cc77f42a52ff1016d04f108884e34c05c8c8d1.tar.zst gsoc2013-evolution-10cc77f42a52ff1016d04f108884e34c05c8c8d1.zip |
Remove the extremely verbose printf here.
* listener.c (impl_event): Remove the extremely verbose printf
here.
svn path=/trunk/; revision=16100
-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")) { |