From 9d4caf940b8cecea6e0c4ac7e866e5a582a81abc Mon Sep 17 00:00:00 2001 From: frikky Date: Sun, 6 Mar 2022 16:05:59 +0100 Subject: [PATCH] Removed extra unecessary logging --- backend/app_sdk/app_base.py | 2 +- frontend/src/components/ShuffleCodeEditor.jsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/app_sdk/app_base.py b/backend/app_sdk/app_base.py index 75cceffb..aa88ca27 100644 --- a/backend/app_sdk/app_base.py +++ b/backend/app_sdk/app_base.py @@ -162,7 +162,7 @@ class AppBase: self.action = json.loads(self.action) self.original_action = json.loads(self.action) except Exception as e: - self.logger.info(f"[WARNING] Failed parsing action as JSON (init): {e}. NOT important if running apps with webserver") + self.logger.info(f"[DEBUG] Failed parsing action as JSON (init): {e}. NOT important if running apps with webserver. This is NOT critical.") #print(f"ACTION: {self.action}") diff --git a/frontend/src/components/ShuffleCodeEditor.jsx b/frontend/src/components/ShuffleCodeEditor.jsx index b52d88be..b4109033 100644 --- a/frontend/src/components/ShuffleCodeEditor.jsx +++ b/frontend/src/components/ShuffleCodeEditor.jsx @@ -420,6 +420,7 @@ const CodeEditor = (props) => { marginBottom: -30, }} > + {/* { }} /> + */}