forked from openlp/openlp
removed debug log
This commit is contained in:
parent
25b56cff3e
commit
85813a1f99
@ -723,7 +723,6 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
|
||||
return False
|
||||
for i in range(self.verseListWidget.rowCount()):
|
||||
item = self.verseListWidget.item(i, 0)
|
||||
log.debug(item.text())
|
||||
tags = self.find_tags.findall(item.text())
|
||||
if self._validate_tags(tags) == False:
|
||||
field = unicode(item.data(QtCore.Qt.UserRole).toString())
|
||||
|
Loading…
Reference in New Issue
Block a user