make it easier to filter clientside logs

This commit is contained in:
ansuz
2019-09-09 17:23:35 +02:00
parent a3eff2728e
commit 26faf72df8
4 changed files with 4 additions and 4 deletions

View File

@@ -1346,7 +1346,7 @@ define([
console.log(parsed);
return;
} else {
console.log(parsed);
//console.log(parsed);
}
Util.fetch(parsed.href, waitFor(function (err, arraybuffer) {
if (err) { return void console.log(err); }