Skip to content

Commit 8b05f5c

Browse files
authored
Merge pull request #17 from adafruit/keyboard_disable_logging
disable pi keyboard logging by default
2 parents 426eee9 + 7242734 commit 8b05f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pi_keyboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
EVENT_WAIT_SLEEP_SECONDS = 0.25
9393

9494
# Uncomment to enable debug message logging (might slow down key detection).
95-
logging.basicConfig(level=logging.DEBUG)
95+
# logging.basicConfig(level=logging.DEBUG)
9696

9797
# Make sure uinput kernel module is loaded.
9898
subprocess.check_call(['modprobe', 'uinput'])

0 commit comments

Comments
 (0)