From afe6f2b94ae3af90b001cb136a60baa4af8365ec Mon Sep 17 00:00:00 2001 From: Victor Olaya Date: Sun, 8 Jun 2014 20:03:25 +0200 Subject: [PATCH] [processing] removed debug lines introduced in last commit --- python/plugins/processing/core/GeoAlgorithm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/plugins/processing/core/GeoAlgorithm.py b/python/plugins/processing/core/GeoAlgorithm.py index bd35f81f8029..53e71a24eb1f 100644 --- a/python/plugins/processing/core/GeoAlgorithm.py +++ b/python/plugins/processing/core/GeoAlgorithm.py @@ -127,10 +127,8 @@ def help(self): print filename try: html = getHtmlFromRstFile(filename) - print html return True, html except: - print "error" return False, None