Oops. Don't forget to remove the code after temporarily commenting out

This commit is contained in:
Jonathan Corwin 2012-07-08 09:56:33 +01:00
parent ca3e938afe
commit 18fc43f739
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,6 @@ class SongProImport(SongImport):
self.setDefaults()
if text:
self.title = text
#self.importWizard.incrementProgressBar(u'Processing song ' + text,
# 0)
return
elif tag == u'E':
self.finish()