clean up prints

This commit is contained in:
Xi Yan 2024-12-30 14:16:28 -08:00
parent 57340e7a51
commit 07806f85c7
3 changed files with 0 additions and 7 deletions

View file

@ -185,8 +185,6 @@ async def construct_stack(
impls = await resolve_impls(
run_config, provider_registry or get_provider_registry(), dist_registry
)
print("impls", impls)
print("run_config", run_config)
await register_resources(run_config, impls)
return impls