diff --git a/bin/i3-companion b/bin/i3-companion index 71e00ba..22553fa 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -516,7 +516,6 @@ async def bluetooth_notifications( return if "Connected" not in changed: return - logger.info(changed["Connected"]) peer = i3.system_bus["org.bluez"][path] obd = await peer.get_async_interface(interface) name = await obd.Name