From bc833adb8ca2e57825b7525e6320901ed25c5807 Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Mon, 2 Feb 2015 19:58:13 +0100 Subject: [PATCH] Remove dev log --- lib/console2.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/console2.js b/lib/console2.js index 8f00bee..c2255c8 100644 --- a/lib/console2.js +++ b/lib/console2.js @@ -609,8 +609,6 @@ opt : opt }; - console.log(log); - // Build the context string var context = this.buildContext(log, log.show);