Commit 8923e712 authored by Ozzieisaacs's avatar Ozzieisaacs

Remove debug logging

parent 843a93fe
...@@ -1205,7 +1205,6 @@ def get_updater_status(): ...@@ -1205,7 +1205,6 @@ def get_updater_status():
status['status'] = 7 status['status'] = 7
except Exception: except Exception:
status['status'] = 11 status['status'] = 11
app.logger.error(status['status'])
return json.dumps(status) return json.dumps(status)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment