fix: remove print debugging artifact

Co-authored-by: Max Ind <maxind@google.com>
PiperOrigin-RevId: 860038888
This commit is contained in:
Max Ind
2026-01-23 03:59:44 -08:00
committed by Copybara-Service
parent 7cf1e447d7
commit 0d38a3683f
-1
View File
@@ -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'