clean: remove print

This commit is contained in:
arihanv 2025-05-18 17:06:52 -07:00
parent e764cdce2d
commit 3054e5f608

View file

@ -77,7 +77,6 @@ class OptimizerEvaluator:
stderr=stderr,
)
response, _ = self.validity_pipeline.run(schema)
print(response)
choice = response.get("Pipeline_root.block.layer[0].unit[CategoricalJudge Judge]_choice", None)
return choice == "yes"