swp2clk: disable debug output

pull/1166/head
crazysaem 2021-12-22 22:30:29 +00:00
parent 9890218d25
commit 06283ba7ca
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
*/
(function () {
var DEBUG = true;
var DEBUG = false;
var FILE = "swp2clk.data.json";
var main = () => {

View File

@ -1,5 +1,5 @@
(function (back) {
var DEBUG = true;
var DEBUG = false;
var FILE = "swp2clk.data.json";
var settings = {};