debugger 제거

This commit is contained in:
hyojun.choi 2025-02-20 17:02:02 +09:00
parent 7ec52bb1f2
commit a8cbbee9b1

View File

@ -727,7 +727,6 @@ export const useTrestle = () => {
} }
const getAzimuth = (parent) => { const getAzimuth = (parent) => {
debugger
const { moduleCompass, surfaceCompass, direction } = parent const { moduleCompass, surfaceCompass, direction } = parent
if (surfaceCompass) { if (surfaceCompass) {