Skip to content

Commit e1cd18e

Browse files
committed
Remove debugging print
1 parent 3950e2a commit e1cd18e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/litestar.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ def exception_handler(exc, scope):
301301
):
302302
return
303303

304-
print("HANDLING EXC", exc)
305304
event, hint = event_from_exception(
306305
exc,
307306
client_options=sentry_sdk.get_client().options,

0 commit comments

Comments
 (0)