提交 91f182c1 编写于 作者: M martinRenou

Remove console.log

上级 42217f84
......@@ -37,8 +37,6 @@ AttributeNode.prototype.generate = function ( builder, output ) {
var attribute = builder.getAttribute( this.name, type ),
name = builder.isShader( 'vertex' ) ? this.name : attribute.varying.name;
console.log( attribute );
return builder.format( name, this.getType( builder ), output );
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册