From 4f269a5c02c262cc2898bcc1b50fec8d93f37b00 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 10 Feb 2018 12:40:27 +0000 Subject: [PATCH] wtf was that there for? --- run.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/run.js b/run.js index 54c5e00..dc8e5cf 100644 --- a/run.js +++ b/run.js @@ -128,10 +128,6 @@ DBot.prototype.save = function(cb) { // Hot-reload module files. DBot.prototype.reloadModules = function() { - this.save().then(function() { - console.log('test'); - }); - if(this.modules) { // Run 'onDestroy' code for each module if it exists. _.each(this.modules, function(module) { if(module.onDestroy) {