Skip to content

Commit

Permalink
[processing] remove unnecessary print sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 21, 2014
1 parent 889d2a1 commit ef8383a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/plugins/processing/gui/AlgorithmExecutionDialog.py
Expand Up @@ -122,7 +122,6 @@ def __init__(self, alg, mainWidget):
if html:
self.webView.setHtml(html)
elif url:
print url
self.webView.load(url)
except:
self.webView.setHtml('<h2>Could not open help file :-( </h2>')
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/gui/Help2Html.py
Expand Up @@ -52,7 +52,6 @@ def getHtmlFromRstFile(rst):
for exp, replace in exps:
p = re.compile(exp)
s = p.sub(replace, s)
print s
return s

def getHtmlFromHelpFile(alg, helpFile):
Expand Down

0 comments on commit ef8383a

Please sign in to comment.