diff --git a/util/log.js b/util/log.js index b34714e..fbbd5a6 100644 --- a/util/log.js +++ b/util/log.js @@ -1,9 +1,7 @@ 'use strict'; var noop = function() {}; -var cl = function() { - console.log(arguments); -}; +var cl = console.log.bind(console); var loggers = { none: {