[libsoup] soup-cache: removed a g_debug statement



commit 6322400dd6a7475457036e4780f627394e44cd58
Author: Sergio Villar Senin <svillar igalia com>
Date:   Tue Jun 14 14:09:37 2011 +0200

    soup-cache: removed a g_debug statement
    
    I added it by mistake in the patch that was fixing some SoupCache leaks.

 libsoup/soup-cache.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libsoup/soup-cache.c b/libsoup/soup-cache.c
index 73064d9..d5a845f 100644
--- a/libsoup/soup-cache.c
+++ b/libsoup/soup-cache.c
@@ -1632,7 +1632,6 @@ soup_cache_load (SoupCache *cache)
 	cache_variant = g_variant_new_from_data (G_VARIANT_TYPE (SOUP_CACHE_ENTRIES_FORMAT),
 						 (const gchar *) contents, length, FALSE, g_free, contents);
 	items = g_variant_iter_init (&entries_iter, cache_variant);
-	g_debug ("Loading %"G_GSIZE_FORMAT" items from cache", items);
 
 	while (g_variant_iter_loop (&entries_iter, SOUP_CACHE_PHEADERS_FORMAT,
 				    &key, &filename, &must_revalidate,



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