Removed errant print statment

This commit is contained in:
Philip Ridout 2012-03-24 18:20:19 +00:00
parent b68300bdc6
commit a75102a868
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ class DreamBeamImport(SongImport):
continue
xml = unicode(etree.tostring(parsed_file))
song_xml = objectify.fromstring(xml)
print song_xml.tag
if song_xml.tag != u'DreamSong':
self.logError(file, unicode(
translate('SongsPlugin.DreamBeamImport',