[gnome-commander] Removed surplus diagnostics



commit 8b94c1f5c6d475725f1e7678934ed2e557899cc0
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Thu Jun 3 19:47:18 2010 +0200

    Removed surplus diagnostics

 src/gnome-cmd-user-actions.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index 06f160c..0edcdf6 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -899,7 +899,6 @@ void file_diff (GtkMenuItem *menuitem, gpointer not_used)
     {
         gchar *cmd = g_strdup_printf (gnome_cmd_data.get_differ(), s.c_str(), "");
 
-        g_print (_("running `%s'\n"), cmd);
         run_command (cmd);
 
         g_free (cmd);
@@ -925,7 +924,6 @@ void file_sync_dirs (GtkMenuItem *menuitem, gpointer not_used)
 
     gchar *cmd = g_strdup_printf (gnome_cmd_data.get_differ(), s.c_str(), "");
 
-    g_print (_("running `%s'\n"), cmd);
     run_command (cmd);
 
     g_free (cmd);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]