Skip to content

Commit d0409fc

Browse files
geobeauc24t
authored andcommitted
Remove unwanted print in threading (census-instrumentation#436)
1 parent ccbbb6d commit d0409fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

opencensus/trace/ext/threading/trace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def call(self, func, args=(), kwds={}, **kwargs):
9494
propagator = binary_format.BinaryFormatPropagator()
9595

9696
wrapped_kwargs = {}
97-
print(_tracer)
9897
wrapped_kwargs["span_context_binary"] = propagator.to_header(
9998
_tracer.span_context
10099
)

0 commit comments

Comments
 (0)