Skip to content

Commit df73a0f

Browse files
committed
Remove outdated TODO
1 parent b461add commit df73a0f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/plugins/processing/gui/AlgorithmDialog.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,6 @@ def accept(self):
251251

252252
self.buttonCancel.setEnabled(False)
253253
self.finish(result, context, feedback)
254-
#TODO
255-
#else:
256-
# QApplication.restoreOverrideCursor()
257-
# self.resetGUI()
258254
except AlgorithmDialogBase.InvalidParameterValue as e:
259255
try:
260256
self.buttonBox.accepted.connect(lambda e=e:

0 commit comments

Comments
 (0)