From 81c2319093d4a2a3d74305ee2f547f787557ee76 Mon Sep 17 00:00:00 2001
From: Brian Peiris <brianpeiris@gmail.com>
Date: Mon, 17 Sep 2018 20:38:05 -0700
Subject: [PATCH] Remove debug log

---
 src/components/heightfield.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/heightfield.js b/src/components/heightfield.js
index cdb6b0014..e9bdd3882 100644
--- a/src/components/heightfield.js
+++ b/src/components/heightfield.js
@@ -9,7 +9,6 @@ AFRAME.registerComponent("heightfield", {
     this.el.setAttribute("static-body", { shape: "none", mass: 0 });
   },
   initShape(body) {
-    console.log("BPDEBUG body", body);
     const mesh = this.el.object3D.getObjectByProperty("type", "Mesh");
     mesh.geometry.computeBoundingBox();
     const size = new THREE.Vector3();
-- 
GitLab