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