1
0

wizard: remove view from is_last_view call, it's never used

This commit is contained in:
Sander van Grieken
2023-07-12 12:21:37 +02:00
parent 8f0cb38af2
commit 9e096fbf1e
3 changed files with 26 additions and 26 deletions

View File

@@ -26,7 +26,6 @@ class QEAbstractWizard(QObject):
@pyqtSlot('QJSValue', result='QVariant')
def submit(self, wizard_data):
wdata = wizard_data.toVariant()
self.log_state(wdata)
view = self.resolve_next(self._current.view, wdata)
return { 'view': view.view, 'wizard_data': view.wizard_data }