aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-view.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 7fc10fb761..fd23753894 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -822,8 +822,6 @@ new_folder_cb (EStorageSet *storage_set,
shell_view = E_SHELL_VIEW (data);
priv = shell_view->priv;
- g_print ("%s %s -- delayed_selection %s\n", __FUNCTION__, path, priv->delayed_selection);
-
delayed_path = strchr (priv->delayed_selection, ':');
if (delayed_path) {
delayed_path ++;
@@ -2186,8 +2184,6 @@ create_new_view_for_uri (EShellView *shell_view,
priv = shell_view->priv;
- g_print ("%s %s\n", __FUNCTION__, uri);
-
view = get_view_for_uri (shell_view, uri, view_info);
if (view == NULL)
return FALSE;
@@ -2203,8 +2199,6 @@ create_new_view_for_uri (EShellView *shell_view,
g_assert (page_num != -1);
set_current_notebook_page (shell_view, page_num);
- g_print ("%s set notebook page %d\n", __FUNCTION__, page_num);
-
g_hash_table_insert (priv->uri_to_view, view->uri, view);
return TRUE;