From a8b2a0242fbe5a31db95910270134085fa9a88e1 Mon Sep 17 00:00:00 2001 From: Raghotham Murthy Date: Mon, 27 Oct 2025 10:57:30 -0700 Subject: [PATCH] remove debug --- llama_stack/core/stack.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/llama_stack/core/stack.py b/llama_stack/core/stack.py index 4b745bec5..402489c09 100644 --- a/llama_stack/core/stack.py +++ b/llama_stack/core/stack.py @@ -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(