removed thread debug from events
This commit is contained in:
parent
3e4a39016f
commit
a52a17ac25
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ def event(event_name, data = {}, threaded = True):
|
|||
'''
|
||||
|
||||
if threaded:
|
||||
print('threaded event', event_name)
|
||||
thread = Thread(target = __event_caller, args = (event_name, data))
|
||||
thread.start()
|
||||
return thread
|
||||
|
|
Loading…
Reference in a new issue