[Xfce4-commits] <xfce-utils:completion> Remove debugging statement.

Jérôme Guelfucci noreply at xfce.org
Wed Nov 3 21:04:07 CET 2010


Updating branch refs/heads/completion
         to 588bdc8addf79e66cb53f484982ff28ba9e959a1 (commit)
       from 675b3cdf30bd8bf5fe39bf5ac061a8e4b75907b7 (commit)

commit 588bdc8addf79e66cb53f484982ff28ba9e959a1
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sun Oct 31 16:21:44 2010 +0100

    Remove debugging statement.

 xfrun/xfrun-history.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/xfrun/xfrun-history.c b/xfrun/xfrun-history.c
index 8a29a60..c69730a 100644
--- a/xfrun/xfrun-history.c
+++ b/xfrun/xfrun-history.c
@@ -213,8 +213,6 @@ xfrun_history_save (GList *list)
       contents = tmp;
     }
 
-  g_printf ("%s", contents);
-
   if (!g_file_set_contents (history_file, contents, strlen (contents), &error))
     {
       xfce_dialog_show_error (NULL, error,



More information about the Xfce4-commits mailing list