remove debug time
This commit is contained in:
parent
f60efbc4f4
commit
3892fecf4b
@ -2,7 +2,7 @@
|
|||||||
# Turn sound on or off:
|
# Turn sound on or off:
|
||||||
enabled=True
|
enabled=True
|
||||||
|
|
||||||
# Select the driver used to play sounds, choices are generic and gstreamer.
|
# Select the driver used to play sounds, choices are genericDriver and gstreamerDriver.
|
||||||
# Sox is the default.
|
# Sox is the default.
|
||||||
#driver=gstreamerDriver
|
#driver=gstreamerDriver
|
||||||
driver=genericDriver
|
driver=genericDriver
|
||||||
|
@ -68,7 +68,7 @@ class fenrir():
|
|||||||
self.environment['runtime']['commandManager'].executeDefaultTrigger('onScreenUpdate')
|
self.environment['runtime']['commandManager'].executeDefaultTrigger('onScreenUpdate')
|
||||||
#self.environment['runtime']['outputManager'].brailleText(flush=False)
|
#self.environment['runtime']['outputManager'].brailleText(flush=False)
|
||||||
self.handleCommands()
|
self.handleCommands()
|
||||||
print(time.time()-startTime)
|
#print(time.time()-startTime)
|
||||||
|
|
||||||
def prepareCommand(self):
|
def prepareCommand(self):
|
||||||
if self.environment['runtime']['screenManager'].isSuspendingScreen():
|
if self.environment['runtime']['screenManager'].isSuspendingScreen():
|
||||||
|
Loading…
Reference in New Issue
Block a user