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, }} > + {/* { }} /> + */}