Skip to content

Commit

Permalink
[processing] removed debug lines introduced in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jun 8, 2014
1 parent 15e9238 commit afe6f2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/core/GeoAlgorithm.py
Expand Up @@ -127,10 +127,8 @@ def help(self):
print filename
try:
html = getHtmlFromRstFile(filename)
print html
return True, html
except:
print "error"
return False, None


Expand Down

0 comments on commit afe6f2b

Please sign in to comment.