diff --git a/resources/js/bootstrap/statamic.js b/resources/js/bootstrap/statamic.js index fc7570d1e8..fc0fd03c44 100644 --- a/resources/js/bootstrap/statamic.js +++ b/resources/js/bootstrap/statamic.js @@ -311,14 +311,6 @@ export default { registerIconSets(this.initialConfig); components.boot(this.$app); - // Suppress the translation warnings - this.$app.config.warnHandler = (msg, vm, trace) => { - if (msg.includes('Property "__" should not start with _ which is a reserved prefix for Vue internals')) { - return; - } - console.warn(msg, vm, trace); - }; - axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; axios.defaults.headers.common['X-CSRF-TOKEN'] = Statamic.$config.get('csrfToken');