mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 16:29:36 +03:00
Remove debug logging.
This commit is contained in:
parent
9da93c23a4
commit
7a3d343766
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user