Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Feb 16, 2017
1 parent 3b7fdf4 commit e77ccba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/plugins/processing/gui/Postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,4 @@ def handleAlgorithmResults(alg, feedback=None, showResults=True):
msg += "You can check the log messages to find more information about the execution of the algorithm"
feedback.reportError(msg)

#~ if showResults and htmlResults and not wrongLayers:
#~ dlg = ResultsDialog()
#~ dlg.exec_()

return len(wrongLayers) == 0

0 comments on commit e77ccba

Please sign in to comment.