1
0

qt wizard: clear up some log messages

This commit is contained in:
SomberNight
2023-12-01 15:31:50 +00:00
parent 05758432d6
commit 5d178d3a7c
2 changed files with 4 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ class QEAbstractWizard(QDialog, MessageBoxMixin):
page.wizard_data = copy.deepcopy(wdata)
page.params = params
page.updated.connect(self.on_page_updated)
self._logger.debug(f'{page!r}')
self._logger.debug(f'load_next_component: {page=!r}')
# add to stack and update wizard
self.main_widget.setCurrentIndex(self.main_widget.addWidget(page))