Commit 5cf2c3fd authored by peastman's avatar peastman
Browse files

Merge pull request #733 from swails/remove_dbg

Remove what appears to be a debug message.
parents 59ab6fc9 f0b8ac14
......@@ -79,7 +79,6 @@ class State(_object):
return serializationString
def __setstate__(self, serializationString):
print 'calling set state'
dState = XmlSerializer.deserialize(serializationString)
# Safe provided no __slots__ or other weird things are used
self.__dict__.update(dState.__dict__)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment