Skip to content

Commit cf025f9

Browse files
committed
Remove references to old 'dump' function
1 parent e46bd37 commit cf025f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bot.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,12 +513,10 @@ bot.run = function botRun() {
513513
moduleMan.loadModules,
514514
bot.joinChannels,
515515
function unexpectedEnd(cb) {
516-
bot.dump();
517516
cb(null);
518517
},
519518
], (err) => {
520519
if (err) {
521-
bot.dump();
522520
log.fatal('error in init');
523521
log.error(err);
524522
}

0 commit comments

Comments
 (0)