remove print

This commit is contained in:
Tim Bentley 2011-03-24 19:50:40 +00:00
parent 9836131025
commit 5a80d5a606

View File

@ -655,7 +655,6 @@ class SlideController(QtGui.QWidget):
"""
Utility method to update the selected slide in the list.
"""
print "c", slideno
if slideno > self.previewListWidget.rowCount():
self.previewListWidget.selectRow(
self.previewListWidget.rowCount() - 1)