fix logging 2

This commit is contained in:
Manuel Araoz 2014-08-21 09:51:46 -04:00
parent 34c9d9b829
commit f53c91a5d1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
'use strict';
var noop = function() {};
var cl = console.log;
var cl = console.log.bind(console);
var loggers = {
none: {