forked from openlp/openlp
Remove debug output
This commit is contained in:
parent
c638834023
commit
a52dc69c89
@ -266,7 +266,6 @@ class SongImport(QtCore.QObject):
|
|||||||
"""
|
"""
|
||||||
Add an author to the list
|
Add an author to the list
|
||||||
"""
|
"""
|
||||||
print(author)
|
|
||||||
if author in self.authors:
|
if author in self.authors:
|
||||||
return
|
return
|
||||||
self.authors.append(author)
|
self.authors.append(author)
|
||||||
|
Loading…
Reference in New Issue
Block a user