From 0e5ed927c1a516d6773f564d1320441a823ec61b Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Tue, 27 Oct 2009 17:25:58 +0000 Subject: [PATCH] More BibleGateway work - no prints --- openlp/plugins/bibles/lib/bibleHTTPimpl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/plugins/bibles/lib/bibleHTTPimpl.py b/openlp/plugins/bibles/lib/bibleHTTPimpl.py index 304941ac6..6359e828e 100644 --- a/openlp/plugins/bibles/lib/bibleHTTPimpl.py +++ b/openlp/plugins/bibles/lib/bibleHTTPimpl.py @@ -85,7 +85,6 @@ class BGExtract(BibleCommon): start_tag = verseText.find(verseFootnote) # Chop off verse and start again xml_string = xml_string[i:] - #print "C", xml_string versePos = xml_string.find(verseSearch) #look for the next verse bible[verse] = self._clean_text(verseText) # store the verse verse += 1