Merge remote-tracking branch 'ttanner/fix/noprint' into develop
commit
c4313fc1a8
|
|
@ -89,7 +89,6 @@ def create_logger(level=logging.NOTSET):
|
|||
|
||||
formatr = logging.Formatter(_fmt)
|
||||
handler.setFormatter(formatr)
|
||||
print("Starting the logger...")
|
||||
else:
|
||||
handler = NullHandler()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue