Remove print statement

This commit is contained in:
Tim Bentley 2010-09-21 18:42:16 +01:00
parent 8e94d87e65
commit 1c58fcda9f

View File

@ -411,7 +411,6 @@ class BibleMediaItem(MediaManagerItem):
def onAdvancedToChapter(self):
frm = unicode(self.AdvancedFromChapter.currentText())
to = unicode(self.AdvancedToChapter.currentText())
print frm , to
if frm != to:
bible = unicode(self.AdvancedVersionComboBox.currentText())
book = unicode(self.AdvancedBookComboBox.currentText())