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) {