[yelp] [yelp-utils] Remove debug output, bug #585829 (Vincent Untz)



commit 5ef7b44a0b317f1c0a01ef168d6e667a5feddfba
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Sep 21 23:10:21 2009 -0500

    [yelp-utils] Remove debug output, bug #585829 (Vincent Untz)

 src/yelp-utils.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/yelp-utils.c b/src/yelp-utils.c
index 09a3724..7fb79e5 100644
--- a/src/yelp-utils.c
+++ b/src/yelp-utils.c
@@ -487,7 +487,6 @@ yelp_uri_resolve (gchar *uri, gchar **result, gchar **section)
 
 	    new_uri = g_strdup_printf ("%s/%s", current_path,
 				       intern_uri);
-	    printf ("new_uri: %s\n", new_uri);
 
 	    if (g_file_test (new_uri, G_FILE_TEST_EXISTS)) {
 		copy_uri = g_strdup (new_uri);



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