Explorar el Código

WebXRManager: Removed console.logs.

Mr.doob hace 7 años
padre
commit
7bd8304209
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/renderers/webvr/WebXRManager.js

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

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