From 34c9d9b8291933e654deeb0c3465b48747a2ce57 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 20 Aug 2014 15:47:57 -0400 Subject: [PATCH] fix logging --- util/log.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/util/log.js b/util/log.js index b34714e..84d31ae 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; var loggers = { none: {