Frontend: Remove debug code
This commit is contained in:
parent
fe72a1ab52
commit
f2d2e81a02
1 changed files with 0 additions and 1 deletions
|
@ -556,7 +556,6 @@ export default {
|
||||||
this.lastId = "";
|
this.lastId = "";
|
||||||
},
|
},
|
||||||
onUpdate(ev, data) {
|
onUpdate(ev, data) {
|
||||||
console.log("EV, DATA", ev, data)
|
|
||||||
if (!this.listen) return;
|
if (!this.listen) return;
|
||||||
|
|
||||||
if (!data || !data.entities) {
|
if (!data || !data.entities) {
|
||||||
|
|
Loading…
Reference in a new issue