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
"""
log.debug(
f"_span_cells({playlist_id=}, {row=}, "
f"{column=}, {rowSpan=}, {columnSpan=}) {self.playlist_id=}"
)
# Commented out as too noisy
# log.debug(
# f"_span_cells({playlist_id=}, {row=}, "
# f"{column=}, {rowSpan=}, {columnSpan=}) {self.playlist_id=}"
# )
if playlist_id != self.playlist_id:
return