From 5a0dbe8cb7fefa4e040bf1c64cd6a0b35cee2bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Fri, 30 Jan 2015 11:42:18 +0100 Subject: [PATCH] Remove useless log --- lib/configuration.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/configuration.js b/lib/configuration.js index dec9e9bcd..af4d3e283 100644 --- a/lib/configuration.js +++ b/lib/configuration.js @@ -92,7 +92,6 @@ Configuration.prototype.load = function() { } catch(err) { if (err instanceof SyntaxError) return Q.reject(err); - console.log(err, err.code); return Q(); } })