summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/css.c1
1 files changed, 0 insertions, 1 deletions
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();
}