Remove debug logging
This commit is contained in:
parent
843a93fe28
commit
8923e71220
|
@ -1205,7 +1205,6 @@ def get_updater_status():
|
|||
status['status'] = 7
|
||||
except Exception:
|
||||
status['status'] = 11
|
||||
app.logger.error(status['status'])
|
||||
return json.dumps(status)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user