From 5c13123ceff7e3c5ab77c77688d84b02f7a76bab Mon Sep 17 00:00:00 2001 From: Martin Zibricky Date: Sat, 10 Sep 2011 22:15:23 +0200 Subject: [PATCH] Delete print statement --- openlp/plugins/songs/lib/xml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/plugins/songs/lib/xml.py b/openlp/plugins/songs/lib/xml.py index 52f9b5292..573e9b866 100644 --- a/openlp/plugins/songs/lib/xml.py +++ b/openlp/plugins/songs/lib/xml.py @@ -401,7 +401,6 @@ class OpenLyrics(object): return element def _add_tag_to_formatting(self, tag_name, tags_element): - print '------' available_tags = FormattingTags.get_html_tags() start_tag = '{%s}' % tag_name for t in available_tags: