summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-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) {