Disable submenu logging

This commit is contained in:
2026-03-09 14:15:18 -06:00
parent d2d89b361e
commit 04511d029c

View File

@@ -272,7 +272,7 @@
let handleTouch = function(button, xy) { let handleTouch = function(button, xy) {
console.log(button, xy); //console.log(button, xy);
const touchX = xy.x; const touchX = xy.x;
const touchY = xy.y; const touchY = xy.y;
@@ -320,7 +320,7 @@
menuCommand += key + ","; menuCommand += key + ",";
console.log("submenu:", subMenu); //console.log("submenu:", subMenu);
if (subMenu) { if (subMenu) {
drawMenu(subMenu); drawMenu(subMenu);