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