From 4d9e392b849dab5051df5612c14d1d8594f04be8 Mon Sep 17 00:00:00 2001 From: Chrys Date: Tue, 22 Feb 2022 20:32:08 +0100 Subject: [PATCH] remove debugging --- .../commands/onCursorChange/15000-char_echo.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py b/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py index e8aeb833..8526f306 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py +++ b/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py @@ -19,8 +19,6 @@ class command(): def run(self): # enabled? active = self.env['runtime']['settingsManager'].getSettingAsInt('keyboard', 'charEchoMode') - self.env['runtime']['debug'].writeDebugOut('charEchoMode: ' + str(active) + ' CAPS:' + str(self.env['input']['newCapsLock'] == True) + str(type(self.env['input']['newCapsLock'])) ,debug.debugLevel.INFO) - # 0 = off if active == 0: return