forgotten print

This commit is contained in:
Sefik Ilkin Serengil 2024-04-08 20:13:14 +01:00
parent 9a83068672
commit 3299303907

View File

@ -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}")