1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

remove debug logging in app.js

This commit is contained in:
Oliver Giles 2021-01-09 21:52:02 +13:00
parent 14ea1f0f43
commit 8df882b273

View File

@ -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");