Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Jul 29, 2024
1 parent d64889e commit 410ebd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ddtrace/contrib/botocore/services/kinesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def _patched_kinesis_api_call(parent_ctx, original_func, instance, args, kwargs,
try:
start_ns = time_ns()
is_getrecords_call = True
breakpoint()
core.dispatch(f"botocore.{endpoint_name}.{operation}.pre", [params])
result = original_func(*args, **kwargs)

Expand Down

0 comments on commit 410ebd0

Please sign in to comment.