touchtimer: disable debug output

pull/1183/head
crazysaem 2021-12-27 21:28:44 +00:00
parent bf345e53b8
commit e40648ac3b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
var DEBUG = true;
var DEBUG = false;
var main = () => {
var button1 = new Button({ x1: 1, y1: 35, x2: 58, y2: 70 }, 1);