Move some logging from info to debug
This commit is contained in:
parent
67bc3377cb
commit
e711ab84ab
@ -283,7 +283,7 @@ class PlaylistTab(QTableView):
|
||||
else:
|
||||
proxy_index = to_index
|
||||
to_model_row = self.proxy_model.mapToSource(proxy_index).row()
|
||||
log.info(
|
||||
log.debug(
|
||||
f"PlaylistTab.dropEvent(): {from_rows=}, {proxy_index=}, {to_model_row=}"
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user