fix logging

This commit is contained in:
Manuel Araoz 2014-08-20 15:47:57 -04:00
parent fa9aff55c0
commit 34c9d9b829

View File

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