From e77ccba1aecc5ad985c2f6bc3c9136f15f596e87 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Thu, 16 Feb 2017 12:03:48 +0200 Subject: [PATCH] remove old code --- python/plugins/processing/gui/Postprocessing.py | 4 ---- 1 file changed, 4 deletions(-) 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