From: Fredrik Tolf Date: Wed, 27 Jun 2012 04:47:45 +0000 (+0200) Subject: Removed debug message. X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=commitdiff_plain;h=23d36b18a53d242f5d3c8d9bc2831a0e75900d94 Removed debug message. --- diff --git a/wrw/util.py b/wrw/util.py index d7b52cb..5ee002b 100644 --- a/wrw/util.py +++ b/wrw/util.py @@ -174,7 +174,6 @@ class specdirty(sessiondata): ss = specslot.slist(self) for i, nm in enumerate(type(self).__sslots_a__): bound, val = st.pop(nm, (False, None)) - print i, nm, bound, val if not bound: ss[i] = specslot.unbound else: