Skip to content

Commit ab20caf

Browse files
committed
remove print
1 parent c5cc5f3 commit ab20caf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

datadog_lambda/tracing.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ def _get_context_from_raw_xray_trace_id(raw_trace_id):
107107
sampled = parts[2].replace("Sampled=", "")
108108
if len(root) == len(parts[0]) or len(parent) == len(parts[1]) or len(sampled) == len(parts[2]):
109109
return None
110-
print({
111-
"id": parent,
112-
"trace_id": root,
113-
"sampled": sampled,
114-
})
115110
return {
116111
"id": parent,
117112
"trace_id": root,

0 commit comments

Comments
 (0)