Delete console.log

This commit is contained in:
badsuricate
2013-10-23 16:55:39 +02:00
parent 6fb6cc9679
commit 62c64444a3

View File

@@ -267,7 +267,7 @@
$.ajax({type:"POST", data: $(this).serialize(), url:url_action,
success: function(data){
console.log($(data).html());
$cartContainer.html($(data).html());
$.ajax({url:"ajax/addCartMessage",