Remove console.log

This commit is contained in:
Narek Zakarian 2022-08-11 17:59:58 +04:00
parent 3a2d72aa5c
commit f859d1425a

View file

@ -25,7 +25,6 @@ document.addEventListener(
action: jQuery('.submit_tracking_info').data('action'),
})
}).then(function (res) {
console.log(res);
return res.json();
}).then(function (data) {
if (!data.success) {