Browse Source

Merge pull request #14019 from mrdoob/webxr

WebXRManager: Removed console.logs.
Mr.doob 7 years ago
parent
commit
d0a395284b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/renderers/webvr/WebXRManager.js

+ 0 - 4
src/renderers/webvr/WebXRManager.js

@@ -71,8 +71,6 @@ function WebXRManager( gl ) {
 				frameOfRef = value;
 				frameOfRef = value;
 				isExclusive = session.exclusive;
 				isExclusive = session.exclusive;
 
 
-				console.log( 0 );
-
 			} );
 			} );
 
 
 		}
 		}
@@ -89,8 +87,6 @@ function WebXRManager( gl ) {
 
 
 	this.requestAnimationFrame = function ( callback ) {
 	this.requestAnimationFrame = function ( callback ) {
 
 
-		console.log( 1 );
-
 		function onFrame( time, frame ) {
 		function onFrame( time, frame ) {
 
 
 			pose = frame.getDevicePose( frameOfRef );
 			pose = frame.getDevicePose( frameOfRef );