Skip to content

Commit 5c93fee

Browse files
committed
fix(update): remove debug print statement from _update_label method
1 parent 06d1d84 commit 5c93fee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/widgets/yasb/update_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ def process_content(label_text, label_type):
266266
self._windows_container, self._widget_windows = process_content(self._windows_update_label, "windows")
267267

268268
def _update_label(self, widget_type, data, names):
269-
print(names)
270269
if widget_type == 'winget':
271270
active_widgets = self._widget_widget
272271
active_label_content = self._winget_update_label

0 commit comments

Comments
 (0)