mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
fix: remove print debugging artifact
Co-authored-by: Max Ind <maxind@google.com> PiperOrigin-RevId: 860038888
This commit is contained in:
committed by
Copybara-Service
parent
7cf1e447d7
commit
0d38a3683f
@@ -481,7 +481,6 @@ def _serialize_content_with_elision(
|
||||
|
||||
def _instrumented_with_opentelemetry_instrumentation_google_genai() -> bool:
|
||||
maybe_wrapped_function = Models.generate_content
|
||||
print(f'{Models.generate_content.__code__.co_filename=}')
|
||||
while wrapped := getattr(maybe_wrapped_function, '__wrapped__', None):
|
||||
if (
|
||||
'opentelemetry/instrumentation/google_genai'
|
||||
|
||||
Reference in New Issue
Block a user