Removed unnecessary line.

This commit is contained in:
Tomas Groth 2015-08-28 14:20:17 +01:00
parent c559741143
commit 579f532aec
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ class SongProImport(SongImport):
for file_line in songs_file:
if self.stop_import_flag:
break
file_line = file_line
file_text = file_line.rstrip()
if file_text and file_text[0] == '#':
self.process_section(tag, text.rstrip())