Removed extra unecessary logging
This commit is contained in:
@@ -162,7 +162,7 @@ class AppBase:
|
|||||||
self.action = json.loads(self.action)
|
self.action = json.loads(self.action)
|
||||||
self.original_action = json.loads(self.action)
|
self.original_action = json.loads(self.action)
|
||||||
except Exception as e:
|
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}")
|
#print(f"ACTION: {self.action}")
|
||||||
|
|
||||||
|
|||||||
@@ -420,6 +420,7 @@ const CodeEditor = (props) => {
|
|||||||
marginBottom: -30,
|
marginBottom: -30,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
{/*
|
||||||
<Typography
|
<Typography
|
||||||
variant = 'body2'
|
variant = 'body2'
|
||||||
color = 'textSecondary'
|
color = 'textSecondary'
|
||||||
@@ -481,6 +482,7 @@ const CodeEditor = (props) => {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Typography>
|
</Typography>
|
||||||
|
*/}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user