Skip to content

Commit 91ec188

Browse files
remove print
1 parent 3c2451d commit 91ec188

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/tracing_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ def add_http_request_source(span):
336336

337337
duration = span.timestamp - span.start_timestamp
338338
threshold = client.options.get("http_request_source_threshold_ms", 0)
339-
print("division: ", duration / timedelta(milliseconds=1), threshold)
340339
slow_query = duration / timedelta(milliseconds=1) > threshold
341340

342341
if not slow_query:

0 commit comments

Comments
 (0)