From 6ba548e21e581c3f8aef952473b0f742699a9560 Mon Sep 17 00:00:00 2001 From: Josh Hall-Bachner Date: Wed, 5 Jun 2013 19:20:12 -0700 Subject: [PATCH] Removed stray console.log --- Resources/views/layout.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }