forked from openlp/openlp
Removed unnecessary line.
This commit is contained in:
parent
c559741143
commit
579f532aec
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user