CommonClient: remove leftover debug print

This commit is contained in:
Fabian Dill 2021-09-11 22:07:54 +02:00
parent 7f8d7231a4
commit 7599302920
1 changed files with 0 additions and 1 deletions

View File

@ -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):