Remove debug output

This commit is contained in:
Samuel Mehrbrodt 2014-07-09 14:45:54 +02:00
parent 79009a1a7f
commit 6d5e6f0faf
1 changed files with 0 additions and 2 deletions

View File

@ -509,10 +509,8 @@ class SongMediaItem(MediaManagerItem):
create_separated_list(authors_translation)))
if song.copyright:
if self.display_copyright_symbol:
print("copyright")
item.raw_footer.append("%s %s" % (SongStrings.CopyrightSymbol, song.copyright))
else:
print("no copyright")
item.raw_footer.append(song.copyright)
if self.display_songbook and song.book:
item.raw_footer.append("%s #%s" % (song.book.name, song.song_number))