[gnome-terminal] Remove debug spew



commit 2d74b7b9dbaa5daee2563d87340b4528af2c3bb6
Author: Christian Persch <chpe gnome org>
Date:   Mon Oct 5 13:48:20 2009 +0200

    Remove debug spew

 src/terminal-util.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-util.c b/src/terminal-util.c
index d5d4579..67b052c 100644
--- a/src/terminal-util.c
+++ b/src/terminal-util.c
@@ -291,7 +291,6 @@ terminal_util_resolve_relative_path (const char *path,
   resolved_path = g_file_get_path (resolved_file);
   g_object_unref (resolved_file);
 
-  g_print ("resolved %s + %s => %s\n", path, relative_path, resolved_path);
   return resolved_path;
 }
 



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