mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 19:45:21 +00:00
forgotten print
This commit is contained in:
parent
9a83068672
commit
3299303907
@ -17,9 +17,6 @@ class Logger:
|
||||
)
|
||||
self.log_level = logging.INFO
|
||||
|
||||
# TODO: delete print before commit
|
||||
print("Logger object created")
|
||||
|
||||
def info(self, message):
|
||||
if self.log_level <= logging.INFO:
|
||||
self.dump_log(f"{message}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user