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"