Remove del of logger item

This commit is contained in:
Joshua Boniface 2021-07-18 19:03:47 -04:00
parent 982dfd52c6
commit e23a65128a
1 changed files with 0 additions and 1 deletions

View File

@ -761,7 +761,6 @@ def cleanup():
pass
logger.out('Terminated pvc daemon', state='s')
del logger
os._exit(0)