Removed print statement

This commit is contained in:
ZodiusInfuser 2022-02-23 22:23:41 +00:00 committed by Phil Howard
parent 826a8f2406
commit 74d004b939
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ def draw_fonts():
display.text(name, MENU_PADDING, (i * MENU_SPACING) + (MENU_SPACING // 2), MENU_TEXT_SIZE)
display.font(FONT_NAMES[selected_font])
print(selected_font, FONT_NAMES[selected_font])
display.thickness(2)
display.pen(0)