mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38:33 +02:00
i3-companion: remove debug code
This commit is contained in:
parent
030d50c636
commit
81cdc7b40d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue