From f12b1d11b5b9e82b85f509b66229200878bb17ac Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Thu, 3 Dec 2020 20:46:10 +0000 Subject: [PATCH] Disabled debug :-) --- html/js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/config.js b/html/js/config.js index afe0c2d..aaf2bfe 100644 --- a/html/js/config.js +++ b/html/js/config.js @@ -2,7 +2,7 @@ var qrz = 1; // 1 = enable debug in javascript-console, 0 = 0ff -var debug = 1; +var debug = 0; // Set messagecounters for different badge-colors var warnlevel = 200;