// Removing "console.log()"

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12951 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-03 08:25:04 +00:00
parent 2151238e24
commit 6394d95fcc
2 changed files with 7 additions and 11 deletions
@@ -31,7 +31,6 @@ $('document').ready(function(){
});
$('#sendEmail').click(function(){
//console.log('aaa');
var datas = [];
$('#fancybox-content').find('input').each(function(index){
var o = {}
@@ -40,8 +39,6 @@ $('document').ready(function(){
if (o.value != '')
datas.push(o);
});
//console.log(datas.length);
//console.log(datas);
if (datas.length >= 3)
{
$.ajax({