Move some logging from info to debug

This commit is contained in:
Keith Edmunds 2024-06-27 20:43:38 +01:00
parent 67bc3377cb
commit e711ab84ab

View File

@ -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=}"
)