diff --git a/src/components/heightfield.js b/src/components/heightfield.js index cdb6b0014b52d51269fcc8039ce9210b9585146a..e9bdd388285e5a7268e6cfc7832f69070dab1e68 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();