diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index d84d412..bb9f0d9 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -255,7 +255,7 @@ var body = {}; if(bodyFormat == 'json') { body = unflattenDict(params); - body = JSON.stringify(body); console.log(body); + body = JSON.stringify(body); } else { body = params; }