Skip to content

Commit

Permalink
gipy: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerf42 committed Jun 30, 2023
1 parent 70b2772 commit 2b17ace
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/gipy/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let simulated = true;
let simulated = false;
let displaying = false;
let in_menu = false;
let go_backwards = false;
Expand Down Expand Up @@ -1388,7 +1388,6 @@ function start_gipy(path, maps, interests) {
status.display();

Bangle.on("stroke", (o) => {
console.log("stroke");
if (in_menu) {
return;
}
Expand Down

0 comments on commit 2b17ace

Please sign in to comment.