diff --git a/src/resources/js/app.js b/src/resources/js/app.js index 3c1f5dd..69e6040 100644 --- a/src/resources/js/app.js +++ b/src/resources/js/app.js @@ -709,8 +709,6 @@ Vue.component('RouterView', (() => { eventSource.comp[msg.type](msg.data); }); } else { - console.log('another msg!') - console.log(msg) // at this point, the component must be defined if (!eventSource.comp) return console.error("Page component was undefined");