Skip to content

Commit b995770

Browse files
committed
simplify
1 parent c70fae4 commit b995770

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sentry_sdk/traces.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,7 @@ def _end(self, end_timestamp: "Optional[Union[float, datetime]]" = None) -> None
319319
try:
320320
end_timestamp = datetime.fromtimestamp(end_timestamp, timezone.utc)
321321
except Exception:
322-
logger.debug(
323-
"Failed to set end_timestamp. Using current time instead."
324-
)
322+
pass
325323

326324
if isinstance(end_timestamp, datetime):
327325
self._timestamp = end_timestamp

0 commit comments

Comments
 (0)