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 b326392 commit 07f7e2aCopy full SHA for 07f7e2a
adafruit_turtle.py
@@ -138,7 +138,7 @@ class turtle(object):
138
139
def __init__(self, display=board.DISPLAY):
140
self._logger = logging.getLogger("Turtle")
141
- self._logger.setLevel(logging.DEBUG)
+ self._logger.setLevel(logging.INFO)
142
self._display = display
143
self._w = self._display.width
144
self._h = self._display.height
0 commit comments