Quieten logging
This commit is contained in:
parent
e711ab84ab
commit
a8f709d2da
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user