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:
parent
14ea1f0f43
commit
8df882b273
@ -709,8 +709,6 @@ Vue.component('RouterView', (() => {
|
|||||||
eventSource.comp[msg.type](msg.data);
|
eventSource.comp[msg.type](msg.data);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
console.log('another msg!')
|
|
||||||
console.log(msg)
|
|
||||||
// at this point, the component must be defined
|
// at this point, the component must be defined
|
||||||
if (!eventSource.comp)
|
if (!eventSource.comp)
|
||||||
return console.error("Page component was undefined");
|
return console.error("Page component was undefined");
|
||||||
|
Loading…
Reference in New Issue
Block a user