Use console.debug in userObject

This commit is contained in:
yflory 2019-09-13 15:34:33 +02:00
parent 353da76808
commit 489bec6285

View file

@ -51,7 +51,7 @@ define([
// Logging
var logging = function () {
console.log.apply(console, arguments);
console.debug.apply(console, arguments);
};
var log = exp.log = config.log || logging;
var logError = config.logError || logging;