diff --git a/comictaggerlib/fileselectionlist.py b/comictaggerlib/fileselectionlist.py index 26b3a09..c7a7b30 100644 --- a/comictaggerlib/fileselectionlist.py +++ b/comictaggerlib/fileselectionlist.py @@ -164,8 +164,7 @@ class FileSelectionList(QWidget): if self.twList.rowCount() > 0: # since on a removal, we select row 0, make sure callback occurs if we're already there if self.twList.currentRow() == 0: - self.currentItemChangedCB( self.twList.currentItem(), None) - print "removing 0" + self.currentItemChangedCB( self.twList.currentItem(), None) self.twList.selectRow(0) else: self.listCleared.emit()