Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
neindochoh committed Feb 13, 2024
1 parent 5e1cceb commit 5c94cf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions renumics/spotlight/reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ def emit_exception_event(path: Optional[str] = None) -> None:
"""
Emit an exception event.
"""
logger.warning(f"emitted exception {path}")

_, exc, _ = sys.exc_info()
if exc is None:
return
Expand Down

0 comments on commit 5c94cf8

Please sign in to comment.