mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Use console.debug in userObject
This commit is contained in:
parent
353da76808
commit
489bec6285
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user