More print-statement debugging

This commit is contained in:
Raoul Snyman 2019-03-26 22:45:05 -07:00
parent 422fa5eab1
commit 0effcb564f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class PresentationManagerImport(SongImport):
translate('SongsPlugin.PresentationManagerImport',
'File is not in XML-format, which is the only format supported.'))
continue
print(etree.tostring(tree)
print(etree.tostring(tree))
root = objectify.fromstring(etree.tostring(tree))
self.process_song(root, file_path)