diff --git a/src/systems/personal-space-bubble.js b/src/systems/personal-space-bubble.js index 108eff503ec511da0abf2a4d72a9ac1b2e3db62d..bfd648a96fb7f98129b2cd1231f3466932ab4f93 100644 --- a/src/systems/personal-space-bubble.js +++ b/src/systems/personal-space-bubble.js @@ -100,7 +100,6 @@ AFRAME.registerComponent("space-invader-mesh", { }, init() { this.targetMesh = this.el.querySelector(this.data.meshSelector).object3DMap.skinnedmesh; - console.log("target", this.targetMesh); } });