aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shortcuts.c')
-rw-r--r--shell/e-shortcuts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shortcuts.c b/shell/e-shortcuts.c
index 9098fded60..a343d5caca 100644
--- a/shell/e-shortcuts.c
+++ b/shell/e-shortcuts.c
@@ -458,7 +458,6 @@ idle_cb (void *data)
priv = shortcuts->priv;
if (priv->dirty) {
- g_print ("Saving shortcuts -- %s\n", priv->file_name);
if (! e_shortcuts_save (shortcuts, NULL))
g_warning ("Saving of shortcuts failed -- %s", priv->file_name);
else