Mercurial > moin > 1.9
changeset 4058:92be0252883d
text_html_text_moin_wiki: removed superfluously print statements
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Sun, 07 Sep 2008 12:34:31 +0200 |
parents | b5dfb48bad1c |
children | c40f5e5560d4 |
files | MoinMoin/converter/text_html_text_moin_wiki.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/converter/text_html_text_moin_wiki.py Sun Aug 31 21:12:15 2008 +0200 +++ b/MoinMoin/converter/text_html_text_moin_wiki.py Sun Sep 07 12:34:31 2008 +0200 @@ -963,7 +963,6 @@ content_buffer.append(self.new_line_dont_remove) else: pass - #print i.localName if delimiters: longest_inner_formater = max(delimiters) @@ -1306,7 +1305,6 @@ def _process_img(self, node): attrs = get_attrs(node) - print attrs title = attrs.pop('title', '') if title.startswith("smiley:"):