14198: Add more twostep tests
[arvados.git] / sdk / cwl / tests / federation / framework / prepare.py
index 52c780a87da92954f01254e25ae9f0f82bfd282d..6fe90813e7a720c9ba5c11d9650af34e49ee9cdd 100644 (file)
@@ -36,7 +36,6 @@ for cluster_id in config["arvados_cluster_ids"]:
 for cluster_id in config["arvados_cluster_ids"]:
     matches = api.collections().list(filters=[["portable_data_hash", "in", list(scrub_collections)]],
                                      select=["uuid", "portable_data_hash"], cluster_id=cluster_id).execute()
-    print("matches from %s was %s" % (cluster_id, matches))
     for m in matches["items"]:
         api.collections().delete(uuid=m["uuid"]).execute()
         print("Scrubbed %s (%s)" % (m["uuid"], m["portable_data_hash"]))