data url handler: drop logging to DEEPDEBUG.

This commit is contained in:
Michael Drake 2019-05-05 20:39:26 +01:00
parent fb1d9862f9
commit 5e1f4c406d
1 changed files with 1 additions and 1 deletions

View File

@ -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:,) */