diff --git a/background/logs/events.py b/background/logs/events.py index b2ff2abb..55189f18 100644 --- a/background/logs/events.py +++ b/background/logs/events.py @@ -28,7 +28,6 @@ async def wrap_task(f: callable): background_tasks = set() while True: - print("here") clans = set() while not bot.OUR_CLANS: await asyncio.sleep(15)