Commit 595abcba by rfkelly0

whoops, remove debugging print

parent 34278cc9
...@@ -233,7 +233,6 @@ class FS(object): ...@@ -233,7 +233,6 @@ class FS(object):
def __setstate__(self,state): def __setstate__(self,state):
for (k,v) in state.iteritems(): for (k,v) in state.iteritems():
print (k,v)
self.__dict__[k] = v self.__dict__[k] = v
lock = state.get("_lock",None) lock = state.get("_lock",None)
if lock is not None: if lock is not None:
......
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