Skip to content

Commit 21acfce

Browse files
committed
remove unnecessary console log
1 parent 22d8420 commit 21acfce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

three.js/src/location-based/js/device-orientation-controls.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ class DeviceOrientationControls extends EventDispatcher {
197197
currentQuaternion,
198198
"YXZ",
199199
);
200-
console.log(currentEuler.x, currentEuler.y, currentEuler.z);
201200
// Replace the current alpha value of the Euler angles and reset the quaternion
202201
currentEuler.y = MathUtils.degToRad(
203202
360 - device.webkitCompassHeading,

0 commit comments

Comments
 (0)