More BibleGateway work - no prints

This commit is contained in:
Tim Bentley 2009-10-27 17:25:58 +00:00
parent 1c0ce26e54
commit 0e5ed927c1
1 changed files with 0 additions and 1 deletions

View File

@ -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