disable debug
[vuplus_dvbapp-plugin] / webinterface / src / web-data / tools.js
index cf6148a..1fba145 100644 (file)
@@ -30,7 +30,7 @@ var bouqet_provider_tv = '1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17) || (ty
 var bouqet_provider_radio ='1:7:2:0:0:0:0:0:0:0:(type == 2) FROM PROVIDERS ORDER BY name';
 
 var windowStyle = "alphacube";
-var DBG = true;
+var DBG = false;
 
 // UpdateStreamReader
 var UpdateStreamReaderNextReadPos = 0;