mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 00:09:41 +03:00
data url handler: drop logging to DEEPDEBUG.
This commit is contained in:
parent
fb1d9862f9
commit
5e1f4c406d
@ -142,7 +142,7 @@ static bool fetch_data_process(struct fetch_data_context *c)
|
||||
* data must still be there.
|
||||
*/
|
||||
|
||||
NSLOG(netsurf, INFO, "url: %.140s", nsurl_access(c->url));
|
||||
NSLOG(netsurf, DEEPDEBUG, "url: %.140s", nsurl_access(c->url));
|
||||
|
||||
if (nsurl_length(c->url) < 6) {
|
||||
/* 6 is the minimum possible length (data:,) */
|
||||
|
Loading…
Reference in New Issue
Block a user