Skip to content
Snippets Groups Projects
Commit 81c23190 authored by Brian Peiris's avatar Brian Peiris
Browse files

Remove debug log

parent 48543ee5
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment