From: Barış Metin Date: Fri, 24 Sep 2010 12:44:30 +0000 (+0200) Subject: remove debug print X-Git-Tag: sface-0.1-1~5 X-Git-Url: http://git.onelab.eu/?p=sface.git;a=commitdiff_plain;h=64ad13369cc24d091d56cc71b0eb419bf26a2354 remove debug print --- diff --git a/sface/rspecwindow.py b/sface/rspecwindow.py index 47a38c8..a0741c4 100644 --- a/sface/rspecwindow.py +++ b/sface/rspecwindow.py @@ -234,7 +234,6 @@ class RSpecWindow(QDialog): class RSpecDelegate(QAbstractItemDelegate): def __init__(self, parent=None): - print "init-ing the delegate" QAbstractItemDelegate.__init__(self, parent) def paint(self, painter, option, index):