From 75993029202dd95d503da8bd0a7b98865cdda637 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 11 Sep 2021 22:07:54 +0200 Subject: [PATCH] CommonClient: remove leftover debug print --- CommonClient.py | 1 - 1 file changed, 1 deletion(-) diff --git a/CommonClient.py b/CommonClient.py index 7c996ada..b8438bdb 100644 --- a/CommonClient.py +++ b/CommonClient.py @@ -231,7 +231,6 @@ async def keep_alive(ctx: CommonContext): await asyncio.sleep(100) if ctx.server and ctx.slot: await ctx.send_msgs([{"cmd": "Bounce", "slots": [ctx.slot]}]) - logger.info("Bouncy") async def server_loop(ctx: CommonContext, address=None):