forked from openlp/openlp
Remove print
This commit is contained in:
parent
c4b4df4990
commit
20e9c1dd4c
@ -739,7 +739,6 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
|
|||||||
if verse_tags.count(tag) > 26:
|
if verse_tags.count(tag) > 26:
|
||||||
# lp#1310523: OpenLyrics allows only a-z variants of one verse:
|
# lp#1310523: OpenLyrics allows only a-z variants of one verse:
|
||||||
# http://openlyrics.info/dataformat.html#verse-name
|
# http://openlyrics.info/dataformat.html#verse-name
|
||||||
print tag
|
|
||||||
critical_error_message_box(
|
critical_error_message_box(
|
||||||
message=translate('SongsPlugin.EditSongForm',
|
message=translate('SongsPlugin.EditSongForm',
|
||||||
'You have %(count)s verses named %(name)s %(number)s. '
|
'You have %(count)s verses named %(name)s %(number)s. '
|
||||||
|
Loading…
Reference in New Issue
Block a user