Browse Source

remove debug comment.

Ben Houston 9 years ago
parent
commit
246d92bae8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/js/postprocessing/MSAAPass.js

+ 0 - 2
examples/js/postprocessing/MSAAPass.js

@@ -39,8 +39,6 @@ THREE.MSAAPass = function ( scene, camera, params ) {
 
 
 	} );
 	} );
 
 
-  console.log( 'this.materialComposite', this.materialComposite );
-
   this.camera2 = new THREE.OrthographicCamera( -1, 1, 1, -1, 0, 1 );
   this.camera2 = new THREE.OrthographicCamera( -1, 1, 1, -1, 0, 1 );
   this.scene2  = new THREE.Scene();
   this.scene2  = new THREE.Scene();
   this.quad2 = new THREE.Mesh( new THREE.PlaneGeometry( 2, 2 ), this.materialComposite );
   this.quad2 = new THREE.Mesh( new THREE.PlaneGeometry( 2, 2 ), this.materialComposite );