mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove condition that was moved up
This commit is contained in:
parent
300e086c8d
commit
01bd1594f5
1 changed files with 0 additions and 2 deletions
|
|
@ -45,8 +45,6 @@ class LogStreamHandler(logging.StreamHandler):
|
|||
msg = self.format(record)
|
||||
msg = Terminal.log(msg)
|
||||
stream = self.stream
|
||||
if stream is None:
|
||||
return
|
||||
stream.write(f"{msg}\n")
|
||||
self.flush()
|
||||
except (KeyboardInterrupt, SystemExit):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue