From d16debab87d194526e2911b3ee2e4282f937a41b Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Sun, 19 Feb 2023 21:09:30 +0000 Subject: [PATCH] btadv: remove stale comment --- apps/btadv/app.ts | 5 ----- 1 file changed, 5 deletions(-) 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}`); -// })