From 310848c8fe79f7207139301d1da68dd6a6b107e3 Mon Sep 17 00:00:00 2001
From: netpro2k <netpro2k@gmail.com>
Date: Thu, 5 Apr 2018 19:50:55 -0700
Subject: [PATCH] Remove console log

---
 src/systems/personal-space-bubble.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/systems/personal-space-bubble.js b/src/systems/personal-space-bubble.js
index 108eff503..bfd648a96 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);
   }
 });
 
-- 
GitLab