* Cleanup & some logging

This commit is contained in:
Bryan Ashby 2015-03-22 23:16:49 -06:00
parent efcc8756ba
commit 810f001901
4 changed files with 8 additions and 135 deletions

View file

@ -201,7 +201,6 @@ Client.prototype.gotoMenuModule = function(name, cb) {
if(err) {
cb(err);
} else {
// :TODO: log module info not just menu!!
Log.debug({ menuName : name }, 'Goto menu module');
modInst.enter(self);