Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
remove unused logging function
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Sep 27, 2023
1 parent 8830259 commit 727d024
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions util/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
logger = logging.getLogger()
logging.basicConfig(level=logging.INFO, format=FORMAT)

def error(error):
logger.error(error)

def info(info):
logger.info(info)

0 comments on commit 727d024

Please sign in to comment.