Skip to content

Commit

Permalink
Remove breakpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Apr 29, 2024
1 parent f55a253 commit 1bd6716
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datashuttle/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def log(message: str) -> None:
Log the message to the main initialised
logger.
"""
breakpoint()
if "datashuttle" in logging.root.manager.loggerDict.keys():
logger = logging.getLogger("datashuttle")
logger.debug(message)
Expand Down

0 comments on commit 1bd6716

Please sign in to comment.