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
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user