mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
* Cleanup & some logging
This commit is contained in:
parent
efcc8756ba
commit
810f001901
4 changed files with 8 additions and 135 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue