[gthumb] removed some debug code
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] removed some debug code
- Date: Mon, 13 Sep 2010 13:40:00 +0000 (UTC)
commit 07d0fcc98a873e775867cc89ce0ddfc9d67ec42d
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Sep 13 00:35:49 2010 +0200
removed some debug code
gthumb/gth-icon-cache.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gthumb/gth-icon-cache.c b/gthumb/gth-icon-cache.c
index 0f7cc57..1d117cd 100644
--- a/gthumb/gth-icon-cache.c
+++ b/gthumb/gth-icon-cache.c
@@ -129,8 +129,6 @@ gth_icon_cache_get_pixbuf (GthIconCache *icon_cache,
if (key == NULL)
key = VOID_PIXBUF_KEY;
- performance (DEBUG_INFO, "get pixbuf for %s", key);
-
pixbuf = g_hash_table_lookup (icon_cache->cache, key);
if (pixbuf != NULL) {
g_object_ref (pixbuf);
@@ -151,7 +149,5 @@ gth_icon_cache_get_pixbuf (GthIconCache *icon_cache,
g_hash_table_insert (icon_cache->cache, (gpointer) key, g_object_ref (pixbuf));
- performance (DEBUG_INFO, "done (not cached)");
-
return pixbuf;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]