i3-companion: remove debug code

This commit is contained in:
Vincent Bernat 2021-07-13 17:10:54 +02:00
parent 030d50c636
commit 81cdc7b40d

View file

@ -516,7 +516,6 @@ async def bluetooth_notifications(
return return
if "Connected" not in changed: if "Connected" not in changed:
return return
logger.info(changed["Connected"])
peer = i3.system_bus["org.bluez"][path] peer = i3.system_bus["org.bluez"][path]
obd = await peer.get_async_interface(interface) obd = await peer.get_async_interface(interface)
name = await obd.Name name = await obd.Name