diff --git a/abots/events/coroutines.py b/abots/events/coroutines.py index 10b9686..b4044bb 100644 --- a/abots/events/coroutines.py +++ b/abots/events/coroutines.py @@ -9,7 +9,6 @@ class CoroEvent: try: while True: action = (yield) - print(action) if action == "set": self._set = True for info in self._targets: