mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-26 04:28:17 +02:00
* Remove/fix up some console.log()'s
This commit is contained in:
parent
1b68264dc2
commit
0489f5b2dd
6 changed files with 6 additions and 46 deletions
|
@ -231,7 +231,10 @@ MenuModule.prototype.nextMenu = function(cb) {
|
|||
// ...if the error is that we do not meet ACS requirements and did not get a match, then what?
|
||||
if(!cb) {
|
||||
cb = function(err) {
|
||||
console.log(err)
|
||||
if(err) {
|
||||
// :TODO: Don't console.log() here!
|
||||
console.log(err)
|
||||
}
|
||||
}
|
||||
}
|
||||
this.client.menuStack.next(cb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue