Commit 09eb0a8b authored by Jim Fulton's avatar Jim Fulton

Commented out very annoying hex print that doesn't affect test

outcome.
parent 5b06aff7
......@@ -81,7 +81,7 @@ class FileCacheFuzzing(unittest.TestCase):
data='*'*size, start_tid=oid(1),
end_tid=None)
fc.add(obj)
hexprint(fc.f)
#hexprint(fc.f)
fc.close()
......
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