Remove debug output

This commit is contained in:
Samuel Mehrbrodt 2014-06-26 10:04:33 +02:00
parent c638834023
commit a52dc69c89

View File

@ -266,7 +266,6 @@ class SongImport(QtCore.QObject):
"""
Add an author to the list
"""
print(author)
if author in self.authors:
return
self.authors.append(author)