"platforms/reference/vscode:/vscode.git/clone" did not exist on "895f8dac739e3ccd9145865cd9279fb5279f3819"
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): ...@@ -79,7 +79,6 @@ class State(_object):
return serializationString return serializationString
def __setstate__(self, serializationString): def __setstate__(self, serializationString):
print 'calling set state'
dState = XmlSerializer.deserialize(serializationString) dState = XmlSerializer.deserialize(serializationString)
# Safe provided no __slots__ or other weird things are used # Safe provided no __slots__ or other weird things are used
self.__dict__.update(dState.__dict__) 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