mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
remove print
This commit is contained in:
parent
3cb8b33290
commit
b7c4997e91
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ from .config import OpenTelemetryConfig
|
|||
async def get_adapter_impl(config: OpenTelemetryConfig, deps):
|
||||
from .opentelemetry import OpenTelemetryAdapter
|
||||
|
||||
print(f"deps: {deps}")
|
||||
impl = OpenTelemetryAdapter(config, deps)
|
||||
await impl.initialize()
|
||||
return impl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue