2
0
Эх сурвалжийг харах

WebGLRenderLists: Commented out console.log.

Mr.doob 8 жил өмнө
parent
commit
2667851c4a

+ 1 - 1
src/renderers/webgl/WebGLRenderLists.js

@@ -152,7 +152,7 @@ function WebGLRenderLists() {
 
 		if ( list === undefined ) {
 
-			console.log( 'THREE.WebGLRenderLists:', hash );
+			// console.log( 'THREE.WebGLRenderLists:', hash );
 
 			list = new WebGLRenderList();
 			lists[ hash ] = list;