Quieten logging

This commit is contained in:
Keith Edmunds 2024-06-27 21:41:15 +01:00
parent e711ab84ab
commit a8f709d2da

View File

@ -938,10 +938,11 @@ class PlaylistTab(QTableView):
Implement spanning of cells, initiated by signal Implement spanning of cells, initiated by signal
""" """
log.debug( # Commented out as too noisy
f"_span_cells({playlist_id=}, {row=}, " # log.debug(
f"{column=}, {rowSpan=}, {columnSpan=}) {self.playlist_id=}" # f"_span_cells({playlist_id=}, {row=}, "
) # f"{column=}, {rowSpan=}, {columnSpan=}) {self.playlist_id=}"
# )
if playlist_id != self.playlist_id: if playlist_id != self.playlist_id:
return return