Merge pull request #497 from maraoz/fix/logging

fix logging
This commit is contained in:
Ryan X. Charles 2014-08-21 10:35:04 -07:00
commit 04da3cdb13
1 changed files with 1 additions and 3 deletions

View File

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