Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Dec 7, 2014
1 parent fc6ad27 commit b774853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/core/GeoAlgorithm.py
Expand Up @@ -139,7 +139,6 @@ def help(self):
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()
Expand Down

0 comments on commit b774853

Please sign in to comment.