Skip to content

Commit

Permalink
MaxCut initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-c committed Jan 27, 2025
1 parent ba0d133 commit 7d1b65a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions model_compression_toolkit/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def info(msg: str):
msg: Message to log.
"""
print(msg)
Logger.get_logger().info(msg)

@staticmethod
Expand All @@ -148,7 +147,6 @@ def warning(msg: str):
msg: Message to log.
"""
print(msg)
Logger.get_logger().warning(msg)

@staticmethod
Expand Down

0 comments on commit 7d1b65a

Please sign in to comment.