fix logging
This commit is contained in:
parent
fa9aff55c0
commit
34c9d9b829
@ -1,9 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var noop = function() {};
|
||||
var cl = function() {
|
||||
console.log(arguments);
|
||||
};
|
||||
var cl = console.log;
|
||||
|
||||
var loggers = {
|
||||
none: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user