Skip to content

Commit e77ccba

Browse files
committedFeb 16, 2017
remove old code
1 parent 3b7fdf4 commit e77ccba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎python/plugins/processing/gui/Postprocessing.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,4 @@ def handleAlgorithmResults(alg, feedback=None, showResults=True):
8989
msg += "You can check the log messages to find more information about the execution of the algorithm"
9090
feedback.reportError(msg)
9191

92-
#~ if showResults and htmlResults and not wrongLayers:
93-
#~ dlg = ResultsDialog()
94-
#~ dlg.exec_()
95-
9692
return len(wrongLayers) == 0

0 commit comments

Comments
 (0)
Please sign in to comment.