Removed extra unecessary logging

This commit is contained in:
frikky
2022-03-06 16:05:59 +01:00
parent e124012b74
commit 9d4caf940b
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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}")
@@ -420,6 +420,7 @@ const CodeEditor = (props) => {
marginBottom: -30,
}}
>
{/*
<Typography
variant = 'body2'
color = 'textSecondary'
@@ -481,6 +482,7 @@ const CodeEditor = (props) => {
}}
/>
</Typography>
*/}
</div>