From b774853a4ec20a00e8bf05da1c30a7ca11a927e8 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Sun, 7 Dec 2014 12:59:11 +0200 Subject: [PATCH] remove debug code --- python/plugins/processing/core/GeoAlgorithm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/plugins/processing/core/GeoAlgorithm.py b/python/plugins/processing/core/GeoAlgorithm.py index 8293692f53c..5a99ff5263f 100644 --- a/python/plugins/processing/core/GeoAlgorithm.py +++ b/python/plugins/processing/core/GeoAlgorithm.py @@ -139,7 +139,6 @@ class GeoAlgorithm: safeAlgName = ''.join(c for c in algName if c in validChars) helpUrl = 'http://docs.qgis.org/{}/en/docs/user_manual/processing_algs/{}/{}/{}.html'.format(qgsVersion, providerName, safeGroupName, safeAlgName) - print 'HELP', helpUrl return False, helpUrl #name = self.commandLineName().split(':')[1].lower()