From 082b128106ded259693dae6a8a0f8de8c4731fb4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 16 Feb 2011 14:14:00 +0000 Subject: Remove legacy logging. svn path=/trunk/netsurf/; revision=11698 --- gtk/thumbnail.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk') diff --git a/gtk/thumbnail.c b/gtk/thumbnail.c index 8131c60d7..fe522f262 100644 --- a/gtk/thumbnail.c +++ b/gtk/thumbnail.c @@ -73,10 +73,6 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap, cwidth = min(content_get_width(content), 1024); cheight = ((cwidth * height) + (width / 2)) / width; - LOG(("Trying to create a thumbnail pixmap for a content of %dx%d@%d", - content_get_width(content), content_get_height(content), - depth)); - /* Create buffer to render into */ pixmap = gdk_pixmap_new(NULL, cwidth, cheight, depth); -- cgit v1.2.3