Skip to content

Commit 3ba69e6

Browse files
author
Melissa LeBlanc-Williams
committed
Removed extraneous Print Statements
1 parent 9d8b3ff commit 3ba69e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/ra8875_simpletest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
display.fill_curve(50, 100, 78, 38, 2, WHITE)
6161

6262
display.txt_set_cursor(display.width // 2 - 200, display.height // 2 - 20)
63-
print(display.width)
64-
print(display.height)
6563
display.txt_trans(WHITE)
6664
display.txt_size(2)
6765
testvar = 99

0 commit comments

Comments
 (0)