diff --git a/src/test/librados/tier.cc b/src/test/librados/tier.cc index 06abe2e95df..9d4569c7f40 100644 --- a/src/test/librados/tier.cc +++ b/src/test/librados/tier.cc @@ -185,8 +185,7 @@ TEST(LibRadosMisc, HitSetRead) { string n = stringify(i); uint32_t hash = ioctx.get_object_hash_position(n); hobject_t oid(sobject_t(n, CEPH_NOSNAP), "", hash, -1, ""); - int pg = ioctx.get_object_pg_hash_position(n); - std::cout << "checking for " << oid << ", should be in pg " << pg << std::endl; + //std::cout << "checking for " << oid << ", should be in pg " << pg << std::endl; bool found = false; for (int p=0; p