* 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

@ -21,7 +21,6 @@ function MenuModule(menuConfig) {
async.waterfall(
[
function displayArt(callback) {
console.log(self.menuConfig)
theme.displayThemeArt(self.menuConfig.art, self.client, function onArt(err, mciMap) {
callback(err, mciMap);
});