Skip to content

Commit 2eefc39

Browse files
committed
fix: remove print
1 parent b3a6efb commit 2eefc39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/utils/test_tool_call_wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ def somefunction(arg=None):
307307

308308
span = self.otel.get_span_named("execute_tool somefunction")
309309

310-
print(mode)
311310
if mode in [
312311
ContentCapturingMode.NO_CONTENT,
313312
ContentCapturingMode.EVENT_ONLY,

0 commit comments

Comments
 (0)