forked from openlp/openlp
remove print
This commit is contained in:
parent
9836131025
commit
5a80d5a606
@ -655,7 +655,6 @@ class SlideController(QtGui.QWidget):
|
|||||||
"""
|
"""
|
||||||
Utility method to update the selected slide in the list.
|
Utility method to update the selected slide in the list.
|
||||||
"""
|
"""
|
||||||
print "c", slideno
|
|
||||||
if slideno > self.previewListWidget.rowCount():
|
if slideno > self.previewListWidget.rowCount():
|
||||||
self.previewListWidget.selectRow(
|
self.previewListWidget.selectRow(
|
||||||
self.previewListWidget.rowCount() - 1)
|
self.previewListWidget.rowCount() - 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user