mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-04 08:51:51 +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
|
@ -94,7 +94,6 @@ function changeMessageArea(client, areaName, cb) {
|
|||
],
|
||||
function complete(err, area) {
|
||||
if(!err) {
|
||||
console.log(JSON.stringify(area))
|
||||
client.log.info( area, 'Current message area changed');
|
||||
} else {
|
||||
client.log.warn( { area : area, error : err.message }, 'Could not change message area');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue