forked from openlp/openlp
Remove print statement
This commit is contained in:
parent
8e94d87e65
commit
1c58fcda9f
@ -411,7 +411,6 @@ class BibleMediaItem(MediaManagerItem):
|
|||||||
def onAdvancedToChapter(self):
|
def onAdvancedToChapter(self):
|
||||||
frm = unicode(self.AdvancedFromChapter.currentText())
|
frm = unicode(self.AdvancedFromChapter.currentText())
|
||||||
to = unicode(self.AdvancedToChapter.currentText())
|
to = unicode(self.AdvancedToChapter.currentText())
|
||||||
print frm , to
|
|
||||||
if frm != to:
|
if frm != to:
|
||||||
bible = unicode(self.AdvancedVersionComboBox.currentText())
|
bible = unicode(self.AdvancedVersionComboBox.currentText())
|
||||||
book = unicode(self.AdvancedBookComboBox.currentText())
|
book = unicode(self.AdvancedBookComboBox.currentText())
|
||||||
|
Loading…
Reference in New Issue
Block a user