mirror of
https://github.com/wassname/sloth.git
synced 2026-07-15 11:26:19 +08:00
Remove debugging output
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user