remove debugging

This commit is contained in:
Chrys 2022-02-22 20:32:08 +01:00
parent 05e8fd6791
commit 4d9e392b84

View File

@ -19,8 +19,6 @@ class command():
def run(self): def run(self):
# enabled? # enabled?
active = self.env['runtime']['settingsManager'].getSettingAsInt('keyboard', 'charEchoMode') 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 # 0 = off
if active == 0: if active == 0:
return return