Commit 8697c1f5 by rfkelly0

um, remove unnecessary print from testcases

parent a05c5b7e
......@@ -589,7 +589,6 @@ class ThreadingTestCases:
self.assertFalse(self.fs.isdir(subdir))
self.fs.makedir(subdir)
self._yield()
print subdir, meth
getattr(this,meth)()
@property
def fs(this):
......
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