From 5b0d604edf03b3dd7a4c408be73c16720862935e Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sat, 22 Oct 2022 08:55:14 +0100 Subject: [PATCH] Remove extraneous message --- app/playlists.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/playlists.py b/app/playlists.py index 1992c27..f21c08b 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -1768,7 +1768,6 @@ class PlaylistTab(QTableWidget): idx = data.idx if idx == len(columns) - 1: # Set width of last column to zero as it's set to stretch - print(f"Set {column_name} to zero width, {self.playlist_id=}") self.setColumnWidth(idx, 0) continue attr_name = f"playlist_{column_name}_col_width"