Skip to content

Commit c411c0b

Browse files
authored
Merge pull request #16954 from martinRenou/remove_consolelog
Nodes/core/AttributeNode.js: Remove console.log
2 parents 8113ae7 + 91f182c commit c411c0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/jsm/nodes/core/AttributeNode.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ AttributeNode.prototype.generate = function ( builder, output ) {
3737
var attribute = builder.getAttribute( this.name, type ),
3838
name = builder.isShader( 'vertex' ) ? this.name : attribute.varying.name;
3939

40-
console.log( attribute );
41-
4240
return builder.format( name, this.getType( builder ), output );
4341

4442
};

0 commit comments

Comments
 (0)