Skip to content

Commit 0e75b29

Browse files
committed
remove unnecessary console log
1 parent 3af7e39 commit 0e75b29

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
@@ -178,7 +178,6 @@ class DeviceOrientationControls extends EventDispatcher {
178178
currentQuaternion,
179179
"YXZ",
180180
);
181-
console.log(currentEuler.x, currentEuler.y, currentEuler.z);
182181
// Replace the current alpha value of the Euler angles and reset the quaternion
183182
currentEuler.y = MathUtils.degToRad(
184183
360 - device.webkitCompassHeading,

0 commit comments

Comments
 (0)