forked from openlp/openlp
Forgot to remove debug print...
This commit is contained in:
parent
0c24d3705b
commit
c559741143
@ -518,7 +518,6 @@ class BibleImportForm(OpenLPWizard):
|
|||||||
translate('BiblesPlugin.ImportWizardForm',
|
translate('BiblesPlugin.ImportWizardForm',
|
||||||
'An error occurred while downloading the list of bibles from %s.'))
|
'An error occurred while downloading the list of bibles from %s.'))
|
||||||
bibles = None
|
bibles = None
|
||||||
print(bibles)
|
|
||||||
if bibles:
|
if bibles:
|
||||||
self.web_bible_list[download_type] = {}
|
self.web_bible_list[download_type] = {}
|
||||||
for (bible_name, bible_key, language_code) in bibles:
|
for (bible_name, bible_key, language_code) in bibles:
|
||||||
|
Loading…
Reference in New Issue
Block a user