Skip to content

Commit d0a3952

Browse files
authored
Merge pull request #14019 from mrdoob/webxr
WebXRManager: Removed console.logs.
2 parents e6c1350 + 7bd8304 commit d0a3952

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/renderers/webvr/WebXRManager.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ function WebXRManager( gl ) {
7171
frameOfRef = value;
7272
isExclusive = session.exclusive;
7373

74-
console.log( 0 );
75-
7674
} );
7775

7876
}
@@ -89,8 +87,6 @@ function WebXRManager( gl ) {
8987

9088
this.requestAnimationFrame = function ( callback ) {
9189

92-
console.log( 1 );
93-
9490
function onFrame( time, frame ) {
9591

9692
pose = frame.getDevicePose( frameOfRef );

0 commit comments

Comments
 (0)