Remove debugging output

This commit is contained in:
Mika Fischer
2011-06-16 15:46:46 +02:00
parent 6a8be5f0b7
commit 0bbbbd5430
-1
View File
@@ -222,7 +222,6 @@ class FileModelItem(ModelItem):
def __init__(self, fileinfo):
ModelItem.__init__(self)
self.update(fileinfo)
print self['filename']
def data(self, role=Qt.DisplayRole, column=0):
if role == Qt.DisplayRole and column == 0: