Skip to content

Commit d5a9d68

Browse files
committed
Pre-optimised handshake checkpoint
1 parent b247644 commit d5a9d68

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

app.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,6 @@ namespace microdata {
6363

6464
let pauseLoop = false;
6565

66-
// input.onButtonPressed(Button.A, function() {
67-
// pauseLoop = true;
68-
// basic.showString("A")
69-
// })
70-
71-
// input.onButtonPressed(Button.B, function() {
72-
// pauseLoop = true;
73-
// basic.showString("B")
74-
// })
75-
76-
7766
let i = 0;
7867
while (true) {
7968
if (!pauseLoop) {

0 commit comments

Comments
 (0)