We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794451b commit 8ac594dCopy full SHA for 8ac594d
adafruit_display_text/__init__.py
@@ -41,10 +41,7 @@ def measure(string):
41
swidth = measure(" ")
42
firstword = True
43
for line_in_input in string.split("\n"):
44
-
45
- print("line: {}".format(line_in_input))
46
for index, word in enumerate(line_in_input.split(" ")):
47
- print("word: {}".format(word))
48
wwidth = measure(word)
49
word_parts = []
50
cur_part = ""
0 commit comments