Forgot to remove debug print...

This commit is contained in:
Tomas Groth 2015-08-28 13:34:28 +01:00
parent 0c24d3705b
commit c559741143
1 changed files with 0 additions and 1 deletions

View File

@ -518,7 +518,6 @@ class BibleImportForm(OpenLPWizard):
translate('BiblesPlugin.ImportWizardForm',
'An error occurred while downloading the list of bibles from %s.'))
bibles = None
print(bibles)
if bibles:
self.web_bible_list[download_type] = {}
for (bible_name, bible_key, language_code) in bibles: