Skip to content

Commit

Permalink
remove forgotton print
Browse files Browse the repository at this point in the history
Co-authored-by: Ivana Kellyer <[email protected]>
  • Loading branch information
BYK and sentrivana committed Sep 20, 2024
1 parent aedde93 commit 54b407a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ def test_breadcrumb_ordering_different_types(sentry_init, capture_events):
datetime.datetime.strftime(timestamps[4], "%Y-%m-%dT%H:%M:%S.%f") + "+0000",
datetime.datetime.strftime(timestamps[5], "%Y-%m-%dT%H:%M:%S.%f") + "+0000",
]
print(breadcrumb_timestamps)

for i, timestamp in enumerate(timestamps):
add_breadcrumb(
Expand Down

0 comments on commit 54b407a

Please sign in to comment.