Skip to content

Commit 6c484d7

Browse files
committed
Remove useles timestamp
1 parent f33a868 commit 6c484d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/magtag_simpletest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
button_colors = ((255, 0, 0), (255, 150, 0), (0, 255, 255), (180, 0, 255))
2020
button_tones = (1047, 1318, 1568, 2093)
2121

22-
timestamp = time.monotonic()
23-
2422
while True:
2523
for i, b in enumerate(magtag.peripherals.buttons):
2624
if not b.value:

0 commit comments

Comments
 (0)