From 23d36b18a53d242f5d3c8d9bc2831a0e75900d94 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 27 Jun 2012 06:47:45 +0200 Subject: [PATCH] Removed debug message. --- wrw/util.py | 1 - 1 file changed, 1 deletion(-) 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: -- 2.11.0