diff --git a/llama_stack/distribution/configure.py b/llama_stack/distribution/configure.py index d0b45ecd8..71c2676de 100644 --- a/llama_stack/distribution/configure.py +++ b/llama_stack/distribution/configure.py @@ -176,7 +176,6 @@ def upgrade_from_routing_table( config_dict["apis"] = config_dict["apis_to_serve"] config_dict.pop("apis_to_serve", None) - print(config_dict) return config_dict diff --git a/llama_stack/providers/tests/resolver.py b/llama_stack/providers/tests/resolver.py index 5a38aaecc..7dd29ffab 100644 --- a/llama_stack/providers/tests/resolver.py +++ b/llama_stack/providers/tests/resolver.py @@ -58,6 +58,7 @@ async def construct_stack_for_test( eval_tasks=eval_tasks or [], ) run_config = parse_and_maybe_upgrade_config(run_config) + print("construct_stack_for_test", run_config) try: remote_config = remote_provider_config(run_config) if not remote_config: