remove old code

This commit is contained in:
Alexander Bruy 2017-02-16 12:03:48 +02:00
parent 3b7fdf4cbf
commit e77ccba1ae

View File

@ -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