mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
remove debug print
This commit is contained in:
parent
19d730917a
commit
70b33155d3
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ class CommonRoutingTableImpl(RoutingTable):
|
|||
await self.dist_registry.register(obj)
|
||||
|
||||
# Register all objects from providers
|
||||
print("impls_by_provider_id", self.impls_by_provider_id)
|
||||
for pid, p in self.impls_by_provider_id.items():
|
||||
api = get_impl_api(p)
|
||||
if api == Api.inference:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue