Work on gui, removed daemon queue print debug

This commit is contained in:
Kevin Froman 2019-01-17 00:52:08 -06:00
parent 9429afba18
commit e2c5fa3744
1 changed files with 0 additions and 1 deletions

View File

@ -393,7 +393,6 @@ class Core:
while resp == 'failure':
resp = self.daemonQueueGetResponse(responseID)
time.sleep(1)
print(resp)
return resp
def daemonQueueSimple(self, command, data='', checkFreqSecs=1):