Commit f0b8ac14 authored by Jason Swails's avatar Jason Swails
Browse files

Remove what appears to be a debug message.

parent 59ab6fc9
......@@ -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