Skip to content

Commit 9600484

Browse files
committed
.
1 parent 3fcbf65 commit 9600484

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry_sdk/integrations/opentelemetry/sampler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ def should_sample(
148148
parent_sampled = custom_parent_sampled
149149
else:
150150
parent_sampled = get_parent_sampled(parent_span_context, trace_id)
151-
print("custom_parent_sampled", custom_parent_sampled)
152-
print("get parent sampled", get_parent_sampled(parent_span_context, trace_id))
153151

154152
if is_root_span and has_traces_sampler:
155153
sampling_context = {

0 commit comments

Comments
 (0)