From 8923e71220c8dc36e36328c81e02a10cb300dc95 Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Sun, 24 Mar 2019 15:18:01 +0100 Subject: [PATCH] Remove debug logging --- cps/web.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cps/web.py b/cps/web.py index b9cd867c..09b7d0a4 100644 --- a/cps/web.py +++ b/cps/web.py @@ -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)