diff --git a/src/core/widgets/yasb/taskbar.py b/src/core/widgets/yasb/taskbar.py index aabeba8..e6dda38 100644 --- a/src/core/widgets/yasb/taskbar.py +++ b/src/core/widgets/yasb/taskbar.py @@ -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 = []