diff --git a/python/plugins/processing/gui/Postprocessing.py b/python/plugins/processing/gui/Postprocessing.py index 74e984fbc08..45fe09f98aa 100644 --- a/python/plugins/processing/gui/Postprocessing.py +++ b/python/plugins/processing/gui/Postprocessing.py @@ -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