Remove debug logging.

This commit is contained in:
Michael Drake 2014-03-10 22:32:04 +00:00
parent 9da93c23a4
commit 7a3d343766

View File

@ -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);