diff options
Diffstat (limited to 'shell/evolution-wizard.c')
-rw-r--r-- | shell/evolution-wizard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/evolution-wizard.c b/shell/evolution-wizard.c index 0d21cd9eed..20f576e8e7 100644 --- a/shell/evolution-wizard.c +++ b/shell/evolution-wizard.c @@ -106,7 +106,6 @@ impl_GNOME_Evolution_Wizard_notifyAction (PortableServer_Servant servant, return; } - g_print ("Emit something\n"); switch (action) { case GNOME_Evolution_Wizard_NEXT: gtk_signal_emit (GTK_OBJECT (bonobo_object), signals[NEXT], @@ -124,7 +123,6 @@ impl_GNOME_Evolution_Wizard_notifyAction (PortableServer_Servant servant, break; case GNOME_Evolution_Wizard_FINISH: - g_print ("Emit finish\n"); gtk_signal_emit (GTK_OBJECT (bonobo_object), signals[FINISH], pagenumber); break; |