mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-09 00:17:27 -05:00
remove debug code
This commit is contained in:
parent
fc6ad27db8
commit
b774853a4e
@ -139,7 +139,6 @@ class GeoAlgorithm:
|
|||||||
safeAlgName = ''.join(c for c in algName if c in validChars)
|
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)
|
helpUrl = 'http://docs.qgis.org/{}/en/docs/user_manual/processing_algs/{}/{}/{}.html'.format(qgsVersion, providerName, safeGroupName, safeAlgName)
|
||||||
print 'HELP', helpUrl
|
|
||||||
return False, helpUrl
|
return False, helpUrl
|
||||||
|
|
||||||
#name = self.commandLineName().split(':')[1].lower()
|
#name = self.commandLineName().split(':')[1].lower()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user