Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
klevron committed Feb 26, 2021
1 parent a6c77ce commit ca3c622
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/meshes/Mesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ export default {
this.three.addIntersectObject(this.mesh);
}

console.log(this.parent);

this.bindProps();
this.parent.add(this.mesh);
this.$emit('ready');
Expand Down

0 comments on commit ca3c622

Please sign in to comment.