From 7242734b2358b89a3f9f329d2600e60db5686878 Mon Sep 17 00:00:00 2001 From: Brennen Bearnes Date: Wed, 2 Jan 2019 12:42:00 -0700 Subject: [PATCH] disable pi keyboard logging by default --- examples/pi_keyboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pi_keyboard.py b/examples/pi_keyboard.py index 47eaa1d..c6723e9 100755 --- a/examples/pi_keyboard.py +++ b/examples/pi_keyboard.py @@ -92,7 +92,7 @@ EVENT_WAIT_SLEEP_SECONDS = 0.25 # Uncomment to enable debug message logging (might slow down key detection). -logging.basicConfig(level=logging.DEBUG) +# logging.basicConfig(level=logging.DEBUG) # Make sure uinput kernel module is loaded. subprocess.check_call(['modprobe', 'uinput'])