Skip to content

Commit

Permalink
refactor(taskbar): remove debug print statement from _update_label me…
Browse files Browse the repository at this point in the history
…thod
  • Loading branch information
amnweb committed Sep 4, 2024
1 parent e89862d commit cecdb5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/widgets/yasb/taskbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def _on_update_event(self, hwnd: int, event: WinEvent) -> None:
# self._widget_container_layout.addWidget(icon_label)

def _update_label(self, hwnd: int, win_info: dict, event: WinEvent) -> None:
print("Updating label")
visible_windows = self.get_visible_windows(hwnd, win_info, event)
existing_hwnds = set(self.window_buttons.keys())
new_icons = []
Expand Down

0 comments on commit cecdb5c

Please sign in to comment.