btadv: remove stale comment

pull/2587/head
Rob Pilling 2023-02-19 21:09:30 +00:00
parent 7ef78ceb27
commit d16debab87
1 changed files with 0 additions and 5 deletions

View File

@ -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}`);
// })