1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

remove console.log

This commit is contained in:
Kevin Levron 2021-02-26 19:38:20 +01:00
parent a6c77ceafb
commit ca3c622fad

View File

@ -60,8 +60,6 @@ export default {
this.three.addIntersectObject(this.mesh); this.three.addIntersectObject(this.mesh);
} }
console.log(this.parent);
this.bindProps(); this.bindProps();
this.parent.add(this.mesh); this.parent.add(this.mesh);
this.$emit('ready'); this.$emit('ready');