Skip to content

Commit 6f19946

Browse files
authored
Encoder: remove unused logging code
1 parent 082bfff commit 6f19946

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Adafruit_BBIO/Encoder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def __init__(self, eqep_num):
9292

9393
self._logger = logging.getLogger(__name__)
9494
self._logger.addHandler(logging.NullHandler())
95-
#self._logger.setLevel(logging.DEBUG)
9695

9796
# Configure eqep0
9897
self._logger.info("Configuring eqep0, pins: P9.27, P9.92")

0 commit comments

Comments
 (0)