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

@@ -158,7 +158,7 @@ define([
var done = function () {
clearTimeout(timeout);
if (btime) {
console.log("Compiling [" + url + "] took " + (+new Date() - btime) + "ms");
console.info("Compiling [" + url + "] took " + (+new Date() - btime) + "ms");
}
cb();
};