Skip to content

Commit

Permalink
removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sneha-belkhale committed Mar 10, 2019
1 parent 3705baf commit 1157d12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/skinned-mesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
currentBone = currentBone.children[0]
}
ik.add(chain);
console.log(chain)
const helper = new IK.IKHelper(ik);
this.scene.add(helper);
this.iks.push(ik)
Expand Down

0 comments on commit 1157d12

Please sign in to comment.