From fbd00136e77a58b28dd088cd3102dfb77038baa1 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 6 Jun 2020 23:46:51 +0200 Subject: [PATCH] remove leftover log --- MultiClient.py | 1 - 1 file changed, 1 deletion(-) diff --git a/MultiClient.py b/MultiClient.py index ee98db29..7f9e7809 100644 --- a/MultiClient.py +++ b/MultiClient.py @@ -436,7 +436,6 @@ async def get_snes_devices(ctx: Context): async def snes_connect(ctx: Context, address): - logging.info("connecting") if ctx.snes_socket is not None: ctx.ui_node.log_error('Already connected to snes') return