Browse Source

WebGLRenderLists: Commented out console.log.

Mr.doob 8 years ago
parent
commit
2667851c4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderers/webgl/WebGLRenderLists.js

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

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