aboutsummaryrefslogtreecommitdiffstats
path: root/composer/listener.c
diff options
context:
space:
mode:
Diffstat (limited to 'composer/listener.c')
-rw-r--r--composer/listener.c2
1 files changed, 0 insertions, 2 deletions
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")) {