Skip to content

Commit

Permalink
WebGLRenderLists: Commented out console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 20, 2017
1 parent 91c0d21 commit 2667851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/webgl/WebGLRenderLists.js
Expand Up @@ -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;
Expand Down

0 comments on commit 2667851

Please sign in to comment.