From e49f3e68928d124afcecf7262ef53d8737f52957 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Sat, 27 Sep 2014 08:19:14 -0700 Subject: [PATCH] Remove debug mode --- client/index.html | 22 ---------------------- config.js | 8 -------- package.json | 2 +- 3 files changed, 1 insertion(+), 31 deletions(-) diff --git a/client/index.html b/client/index.html index ac2891da..cc099501 100644 --- a/client/index.html +++ b/client/index.html @@ -248,29 +248,7 @@ - <% if (debug) { %> - - - - - - - - - - - - - - - - - - - <% } else { %> - <% } %> - diff --git a/config.js b/config.js index 84b6c0df..21681a81 100644 --- a/config.js +++ b/config.js @@ -54,14 +54,6 @@ module.exports = { // autoload: true, - // Enable debug mode. - // This is only useful for development. - // - // @type boolean - // @default false - // - debug: false, - // // Log settings // diff --git a/package.json b/package.json index 3b460cdd..02bdc3cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shout", "description": "The self-hosted web IRC client", - "version": "0.37.1", + "version": "0.37.2", "author": "Mattias Erming", "preferGlobal": true, "bin": {