diff --git a/apps/btadv/app.ts b/apps/btadv/app.ts index 9a1506890..c20f9372f 100644 --- a/apps/btadv/app.ts +++ b/apps/btadv/app.ts @@ -701,8 +701,3 @@ enableSensors(); }, ); } - -// touch events sometimes come through stale :( -// Bangle.on("touch", (button, xy) => { -// console.log(`touch: button=${button}, x=${xy?.x} y=${xy?.y}`); -// })