stop polluting my logs you lil POST

This commit is contained in:
Maikiwi 2022-07-17 13:53:49 -07:00
parent 0dfb4fd935
commit f51fb78fd3

View file

@ -3268,6 +3268,9 @@ const app = new Vue({
}
}
}
req.onerror = function () {
console.log("MXM Translation somehow died. Don't need to know why.")
};
req.open('POST', url, true);
req.send();
}