// remove console.log

This commit is contained in:
gRoussac
2013-07-04 16:43:17 +02:00
parent 36e3956267
commit 0bddd17889
-1
View File
@@ -348,7 +348,6 @@ var ajaxCart = {
});
});
}
console.log(domIdProduct);
var removeLinks = $('#cart_block_product_' + domIdProduct).find('.ajax_cart_block_remove_link');
if (!product.hasCustomizedDatas && !removeLinks.length)
{