From 3380f3a2e5f8a08f31531cede1190d584d517d85 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 21 Nov 2015 13:31:26 -0700 Subject: [PATCH] * Remove console.log() --- core/bbs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/bbs.js b/core/bbs.js index e364c941..f02e481c 100644 --- a/core/bbs.js +++ b/core/bbs.js @@ -47,7 +47,6 @@ function bbsMain() { // If the user supplied a path and we can't read/parse it // then it's a fatal error // - console.log(err) if(err) { if('ENOENT' === err.code) { if(configPathSupplied) {