Skip to content

Commit 142e88e

Browse files
committed
remove logging
1 parent 019a166 commit 142e88e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sentry_sdk/scope.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import logging
21
import os
32
import sys
43
import warnings
@@ -1537,9 +1536,6 @@ def apply_to_event(
15371536

15381537
if not is_transaction and not is_check_in:
15391538
self._apply_breadcrumbs_to_event(event, hint, options)
1540-
# logging.debug(event)
1541-
logging.debug(event["breadcrumbs"])
1542-
logging.debug(type(event["breadcrumbs"]))
15431539
self._apply_flags_to_event(event, hint, options)
15441540

15451541
event = self.run_error_processors(event, hint)

0 commit comments

Comments
 (0)