summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content.c b/content/content.c
index f27a79b93..70f280c3d 100644
--- a/content/content.c
+++ b/content/content.c
@@ -501,7 +501,6 @@ bool content_process_data(struct content *c, const char *data,
assert(c);
assert(c->type < HANDLER_MAP_COUNT);
assert(c->status == CONTENT_STATUS_LOADING);
- LOG(("content %s, size %u", c->url, size));
if ((c->source_size + size) > c->source_allocated) {
extra_space = (c->source_size + size) / 4;