aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-07-07 17:40:09 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2015-07-07 17:40:09 +0300
commit75672b57a2d63f01d00795fe8d661d1efe7b6e8d (patch)
tree7fb23ecb945e075a3b03b435cfee1f6ce481de5e
parent323ba4ba7d144f3da5cf70ad64b3366eebca5f20 (diff)
downloadwit-75672b57a2d63f01d00795fe8d661d1efe7b6e8d.tar.gz
wit-75672b57a2d63f01d00795fe8d661d1efe7b6e8d.tar.bz2
Remove unnecessary debug print
-rw-r--r--wiki2html.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wiki2html.py b/wiki2html.py
index f8dfb63..441bc76 100644
--- a/wiki2html.py
+++ b/wiki2html.py
@@ -97,13 +97,12 @@ class HtmlWikiMarkup (WikiMarkup):
elif s[0] == "term":
text = self.tmpl_term(s)
elif s[0] == "proto":
text = self.tmpl_proto(s)
return text
- print arg
(qual,sep,tgt) = arg.partition(':')
if tgt != '':
ns = self.wiki_ns_name(qual)
if ns:
if ns == 'NS_IMAGE':
return ''

Return to:

Send suggestions and report system problems to the System administrator.