Explorar o código

WebXRManager: Removed console.logs.

Mr.doob %!s(int64=7) %!d(string=hai) anos
pai
achega
7bd8304209
Modificáronse 1 ficheiros con 0 adicións e 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 );