From 20e9c1dd4c1d83aa233a26d965ba6de9632c58e2 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Mon, 21 Apr 2014 15:41:18 +0200 Subject: [PATCH] Remove print --- openlp/plugins/songs/forms/editsongform.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/plugins/songs/forms/editsongform.py b/openlp/plugins/songs/forms/editsongform.py index 793f7af89..8cbfb1c07 100644 --- a/openlp/plugins/songs/forms/editsongform.py +++ b/openlp/plugins/songs/forms/editsongform.py @@ -739,7 +739,6 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog): if verse_tags.count(tag) > 26: # lp#1310523: OpenLyrics allows only a-z variants of one verse: # http://openlyrics.info/dataformat.html#verse-name - print tag critical_error_message_box( message=translate('SongsPlugin.EditSongForm', 'You have %(count)s verses named %(name)s %(number)s. '