Skip to content

Commit 27f3391

Browse files
authored
Merge branch 'main' into fix/live-api-grounding-metadata
2 parents 0cd44c8 + 0d38a36 commit 27f3391

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/google/adk/telemetry/tracing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ def _serialize_content_with_elision(
481481

482482
def _instrumented_with_opentelemetry_instrumentation_google_genai() -> bool:
483483
maybe_wrapped_function = Models.generate_content
484-
print(f'{Models.generate_content.__code__.co_filename=}')
485484
while wrapped := getattr(maybe_wrapped_function, '__wrapped__', None):
486485
if (
487486
'opentelemetry/instrumentation/google_genai'

0 commit comments

Comments
 (0)