mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-11 19:56:03 +00:00
remove debug
This commit is contained in:
parent
13b6f3df65
commit
a8b2a0242f
1 changed files with 0 additions and 2 deletions
|
|
@ -604,9 +604,7 @@ class Stack:
|
|||
)
|
||||
|
||||
# Initialize the ProviderImpl so it has access to kvstore
|
||||
print("DEBUG: About to initialize ProviderImpl")
|
||||
await internal_impls[Api.providers].initialize()
|
||||
print("DEBUG: ProviderImpl initialized, about to call resolve_impls_via_provider_registration")
|
||||
|
||||
# Register all providers from run.yaml through ProviderImpl
|
||||
impls = await resolve_impls_via_provider_registration(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue