Skip to content

Commit

Permalink
remove debug print (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
mski-iksm authored Apr 17, 2024
1 parent cc38660 commit 0a26811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gokart/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def __init__(self, level: int):
self.logger = getLogger(__name__)
self.default_level = self.logger.level
self.level = level
print(f'LoggerConfig: {self.default_level} -> {self.level}')

def __enter__(self):
logging.disable(self.level - 10) # subtract 10 to disable below self.level
Expand Down

0 comments on commit 0a26811

Please sign in to comment.