Removed print from coro event loop

This commit is contained in:
aewens 2019-05-18 22:25:05 -04:00
parent b9c222c496
commit 52489a4ac9
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ class CoroEvent:
try:
while True:
action = (yield)
print(action)
if action == "set":
self._set = True
for info in self._targets: