remove debug logging in app.js

pull/144/head
Oliver Giles 3 years ago
parent 14ea1f0f43
commit 8df882b273

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

Loading…
Cancel
Save