* Remove console.log()
This commit is contained in:
parent
97ac37deb9
commit
3380f3a2e5
|
@ -47,7 +47,6 @@ function bbsMain() {
|
||||||
// If the user supplied a path and we can't read/parse it
|
// If the user supplied a path and we can't read/parse it
|
||||||
// then it's a fatal error
|
// then it's a fatal error
|
||||||
//
|
//
|
||||||
console.log(err)
|
|
||||||
if(err) {
|
if(err) {
|
||||||
if('ENOENT' === err.code) {
|
if('ENOENT' === err.code) {
|
||||||
if(configPathSupplied) {
|
if(configPathSupplied) {
|
||||||
|
|
Loading…
Reference in New Issue