summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2016-02-06 12:40:44 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2016-02-06 12:41:51 +0000
commit0a3519fdac24839fce986d1cd61908b30438f5fa (patch)
tree2236b97e08827152df08072e80228c0a5ebe3782 /content/content.c
parenteb67607e3b109c8e2b7c7d51ee7b38db8e67ff27 (diff)
downloadnetsurf-0a3519fdac24839fce986d1cd61908b30438f5fa.tar.gz
netsurf-0a3519fdac24839fce986d1cd61908b30438f5fa.tar.bz2
Remove torrent of logging during browser window resize.
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content.c b/content/content.c
index d5eff462e..be39b15a6 100644
--- a/content/content.c
+++ b/content/content.c
@@ -358,7 +358,7 @@ void content__reformat(struct content *c, bool background,
assert(c->status == CONTENT_STATUS_READY ||
c->status == CONTENT_STATUS_DONE);
assert(c->locked == false);
- LOG("%p %s", c, nsurl_access(llcache_handle_get_url(c->llcache)));
+
c->available_width = width;
if (c->handler->reformat != NULL) {