remove hack for testing tty change announcement

This commit is contained in:
Chrys 2016-08-19 17:37:12 +02:00
parent 3dd83fb8f7
commit b1a2a15c8f

View File

@ -22,7 +22,6 @@ class fenrir():
def proceed(self):
self.environment['runtime']['outputManager'].presentText(self.environment, "Start Fenrir", soundIcon='ScreenReaderOn', interrupt=True)
time.sleep(1)# we need a is presenting methot for exact waiting
#self.threadonInput.start()
while(self.environment['generalInformation']['running']):
self.onInput()