Skip to content

Commit

Permalink
fix(update): remove debug print statement from _update_label method
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Nov 27, 2024
1 parent 06d1d84 commit 5c93fee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/widgets/yasb/update_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def process_content(label_text, label_type):
self._windows_container, self._widget_windows = process_content(self._windows_update_label, "windows")

def _update_label(self, widget_type, data, names):
print(names)
if widget_type == 'winget':
active_widgets = self._widget_widget
active_label_content = self._winget_update_label
Expand Down

0 comments on commit 5c93fee

Please sign in to comment.