remove debug code

This commit is contained in:
Alexander Bruy 2014-12-07 12:59:11 +02:00
parent fc6ad27db8
commit b774853a4e

View File

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