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