removed debug print

git-svn-id: http://comictagger.googlecode.com/svn/trunk@596 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2013-04-12 17:52:43 +00:00
parent 9aee5c32eb
commit 9415087da7

View File

@ -101,7 +101,6 @@ class FileSelectionList(QWidget):
def getSorting(self):
col = self.twList.horizontalHeader().sortIndicatorSection()
order = self.twList.horizontalHeader().sortIndicatorOrder()
print col,order
return col, order
def setSorting(self, col, order):