Skip to content

Commit 3ffd16f

Browse files
remove not needed comment
1 parent b5af84f commit 3ffd16f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

datadog_lambda/tracing.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@
7070
def _dsm_set_checkpoint(context_json, event_type, arn):
7171
from ddtrace.data_streams import set_consume_checkpoint
7272

73-
"""
74-
Extracts the context from a JSON carrier and optionally sets a dsm consume checkpoint
75-
if the context is complete and data streams are enabled.
76-
"""
7773
if not isinstance(context_json, dict):
7874
return
7975

0 commit comments

Comments
 (0)