diff --git a/src/helper.js b/src/helper.js index 12683c4f..21fed986 100644 --- a/src/helper.js +++ b/src/helper.js @@ -100,12 +100,6 @@ function setHome(newPath) { const manifest = require("../public/manifest.json"); this.config.themeColor = manifest.theme_color; - // TODO: Remove in future release - if (this.config.debug === true) { - log.warn("debug option is now an object, see defaults file for more information."); - this.config.debug = {ircFramework: true}; - } - // TODO: Remove in future release // Backwards compatibility for old way of specifying themes in settings if (this.config.theme.includes(".css")) {