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:
|
for file_line in songs_file:
|
||||||
if self.stop_import_flag:
|
if self.stop_import_flag:
|
||||||
break
|
break
|
||||||
file_line = file_line
|
|
||||||
file_text = file_line.rstrip()
|
file_text = file_line.rstrip()
|
||||||
if file_text and file_text[0] == '#':
|
if file_text and file_text[0] == '#':
|
||||||
self.process_section(tag, text.rstrip())
|
self.process_section(tag, text.rstrip())
|
||||||
|
Loading…
Reference in New Issue
Block a user