From f261e4426a017d01ae0203dfd45d6931b1a5fed4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 18 Mar 2007 23:48:12 +0000 Subject: Lose noisy logging svn path=/trunk/netsurf/; revision=3213 --- css/css.c | 1 - 1 file changed, 1 deletion(-) (limited to 'css') diff --git a/css/css.c b/css/css.c index aeec73333..45181e71c 100644 --- a/css/css.c +++ b/css/css.c @@ -451,7 +451,6 @@ bool css_convert(struct content *c, int width, int height) /* complete fetch of any imported stylesheets */ while (c->active != 0) { - LOG(("importing %i from '%s'", c->active, c->url)); fetch_poll(); gui_multitask(); } -- cgit v1.2.3