From deaf8034675ba8e825d3ff3f48cc9b24d2adbbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Wed, 22 Nov 2017 02:10:36 -0500 Subject: [PATCH] Remove deprecated support for `debug` as a boolean in the configuration file --- src/helper.js | 6 ------ 1 file changed, 6 deletions(-) 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")) {