aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-14 06:41:29 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-14 06:41:29 +0800
commit30c19e6e311cb54a7ccde1dfe5beeff641857689 (patch)
tree2fbe7f00ee68d62515eb6ebe08e29293e918ea95 /shell/e-shell-view.c
parentd5e7aef9f23d87f1fa3e6ff51a8d567f7539ef0b (diff)
downloadgsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.tar
gsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.tar.gz
gsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.tar.bz2
gsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.tar.lz
gsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.tar.xz
gsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.tar.zst
gsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.zip
Get rid of some annoying debugging messages.
svn path=/trunk/; revision=4815
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c4
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);