diff --git a/src/Marello/Bundle/CoreBundle/Resources/views/call_on_me.html.twig b/src/Marello/Bundle/CoreBundle/Resources/views/call_on_me.html.twig index 73fd9c616..bce25db96 100644 --- a/src/Marello/Bundle/CoreBundle/Resources/views/call_on_me.html.twig +++ b/src/Marello/Bundle/CoreBundle/Resources/views/call_on_me.html.twig @@ -10,7 +10,8 @@ }; $.ajax(options).then(function() { - console.log(options); + //silence is golden + //console.log(options); }, function() { if (typeof(console) != 'undefined' && console.hasOwnProperty('error')) { console.error('Unable to load external script.');