Selaa lähdekoodia

WebXRManager: Removed console.logs.

Mr.doob 7 vuotta sitten
vanhempi
commit
7bd8304209
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  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 );