Skip to content

Commit

Permalink
[fix] Remove debug log from tray applet
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Sep 28, 2024
1 parent a03e5a4 commit 35b3edf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openfreebuds_qt/tray/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ async def _update_ui(self, event: OfbCoreEvent):
"""

state = await self.ofb.get_state()
log.info(f"theme={self.config.get_tray_icon_theme()}")

# Update icon
icon = create_tray_icon(self.config.get_tray_icon_theme(),
Expand Down

0 comments on commit 35b3edf

Please sign in to comment.