@@ -11,7 +11,6 @@
type: 'GET',
dataType: 'json',
success: function (reponse) {
- console.log(reponse);
window.location.reload();
}
})