summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/html.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/html.c b/render/html.c
index d10dbd3d0..95037a2b4 100644
--- a/render/html.c
+++ b/render/html.c
@@ -1792,8 +1792,6 @@ static void html__set_file_gadget_filename(struct content *c,
html_content *html = (html_content *)c;
struct box *file_box = gadget->box;
- LOG(("content: %p, gadget: %p, file name: %s", c, gadget, fn));
-
ret = guit->utf8->local_to_utf8(fn, 0, &utf8_fn);
if (ret != NSERROR_OK) {
assert(ret != NSERROR_BAD_ENCODING);