diff options
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index de62a5a4bf..8b62e57d2b 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -673,8 +673,6 @@ shell_view_interface_set_message_cb (EvolutionShellView *shell_view, GnomeApp *app; GnomeAppBar *app_bar; - g_print ("%s\n", __FUNCTION__); - app = GNOME_APP (data); app_bar = GNOME_APPBAR (app->statusbar); @@ -698,8 +696,6 @@ shell_view_interface_unset_message_cb (EvolutionShellView *shell_view, GnomeApp *app; GnomeAppBar *app_bar; - g_print ("%s\n", __FUNCTION__); - app = GNOME_APP (data); app_bar = GNOME_APPBAR (app->statusbar); |