aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index e5a749801e..5ed35482ad 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -45,8 +45,6 @@ impl_ShellView_setTitle(PortableServer_Servant _servant, const CORBA_char *id, c
EShellView *esw = (EShellView *)bonobo_object_from_servant(_servant);
char *tmp = g_strdup_printf("Evolution - %s", title);
- printf("shell view:setTitle '%s'\n", title);
-
e_shell_window_set_title(esw->window, id, tmp);
g_free(tmp);
}