Skip to content

Commit

Permalink
Remove blankspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinavcode13 authored May 26, 2024
1 parent c8ad254 commit 1c61fb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/polyphy/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ def logException(level, exception, *msg) -> None:
log_msg = " ".join(map(str, msg))
log_msg += f"\nException: {repr(exception)}"
log_msg += f"\nStack Trace: {traceback.format_exc()}"

# Log to console
Logger.logToStdOut(level, log_msg)

# Log to file
Logger.logToFile(level, log_msg)

0 comments on commit 1c61fb3

Please sign in to comment.