* Remove/fix up some console.log()'s
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user