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