Skip to content

Commit

Permalink
BufferGeometry: Comment out console.log. See #6729.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jul 26, 2015
1 parent 6cd9bde commit 49144e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/BufferGeometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ THREE.BufferGeometry.prototype = {

setFromObject: function ( object ) {

console.log( 'THREE.BufferGeometry.setFromObject(). Converting', object, this );
// console.log( 'THREE.BufferGeometry.setFromObject(). Converting', object, this );

var geometry = object.geometry;

Expand Down

0 comments on commit 49144e1

Please sign in to comment.