Skip to content

Commit b774853

Browse files
committedDec 7, 2014
remove debug code
1 parent fc6ad27 commit b774853

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎python/plugins/processing/core/GeoAlgorithm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def help(self):
139139
safeAlgName = ''.join(c for c in algName if c in validChars)
140140

141141
helpUrl = 'http://docs.qgis.org/{}/en/docs/user_manual/processing_algs/{}/{}/{}.html'.format(qgsVersion, providerName, safeGroupName, safeAlgName)
142-
print 'HELP', helpUrl
143142
return False, helpUrl
144143

145144
#name = self.commandLineName().split(':')[1].lower()

0 commit comments

Comments
 (0)
Please sign in to comment.