Removed debug message.
authorFredrik Tolf <fredrik@dolda2000.com>
Wed, 27 Jun 2012 04:47:45 +0000 (06:47 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Wed, 27 Jun 2012 04:47:45 +0000 (06:47 +0200)
wrw/util.py

index d7b52cb..5ee002b 100644 (file)
@@ -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: