8712: Set self.collection = None when clearing the contents of a
[arvados.git] / services / fuse / tests / test_cache.py
index fdbaaba42cb79c16834becc7424494449e05260d..7dab2c582150a8bd0d5db02eb2fb4def389f8b17 100644 (file)
@@ -23,7 +23,6 @@ class TmpCollectionTest(IntegrationTest):
             f.write("bloop%i" % i)
             cw.save_new()
             pdh.append(cw.portable_data_hash())
-            print cw.portable_data_hash(), cw.manifest_text()
         self.pool_test(self.mnt, pdh)
 
     @staticmethod