From 0bbbbd54306b05f0b308481358e9f240b9fd5b8b Mon Sep 17 00:00:00 2001 From: Mika Fischer Date: Thu, 16 Jun 2011 15:46:46 +0200 Subject: [PATCH] Remove debugging output --- sloth/annotations/model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sloth/annotations/model.py b/sloth/annotations/model.py index 3e1555f..5b71c28 100644 --- a/sloth/annotations/model.py +++ b/sloth/annotations/model.py @@ -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: