Commit 71946a02 authored by Boris Kocherov's avatar Boris Kocherov

erp5_json_form: trivial fix

parent d4bcad35
...@@ -654,7 +654,6 @@ ...@@ -654,7 +654,6 @@
// its parent call render with the same value // its parent call render with the same value
// (as ERP5 does in case of formulator error) // (as ERP5 does in case of formulator error)
g.state.value = JSON.stringify(value); g.state.value = JSON.stringify(value);
console.log(g.state.value);
if (g.state.key) { if (g.state.key) {
var form_data = {}; var form_data = {};
value = JSON.stringify(value); value = JSON.stringify(value);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment