فهرست منبع

Remove console.log

martinRenou 6 سال پیش
والد
کامیت
91f182c1fa
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      examples/jsm/nodes/core/AttributeNode.js

+ 0 - 2
examples/jsm/nodes/core/AttributeNode.js

@@ -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 );
 
 };