From 7a3d3437663ea6669811910f7671600d861a2f1f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 10 Mar 2014 22:32:04 +0000 Subject: Remove debug logging. --- render/html.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'render/html.c') 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); -- cgit v1.2.3