remove debug time

This commit is contained in:
chrys
2017-03-12 02:02:00 +01:00
parent f60efbc4f4
commit 3892fecf4b
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ class fenrir():
self.environment['runtime']['commandManager'].executeDefaultTrigger('onScreenUpdate')
#self.environment['runtime']['outputManager'].brailleText(flush=False)
self.handleCommands()
print(time.time()-startTime)
#print(time.time()-startTime)
def prepareCommand(self):
if self.environment['runtime']['screenManager'].isSuspendingScreen():