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": {