forgot to remove debug print

This commit is contained in:
Tomas Groth 2016-01-09 14:53:59 +01:00
parent b0813a5f33
commit e16a1916b7
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ class EasySlidesImport(SongImport):
try:
self.parse_author(str(writer))
except UnicodeDecodeError as e:
print(e)
log.exception('Unicode decode error while decoding Writer')
self._success = False