From 6b02b2cad01d1f739d9aaa23e0c3d1eb2730b8fb Mon Sep 17 00:00:00 2001 From: ysCha Date: Mon, 27 Apr 2026 13:20:19 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=8C=EB=93=9C=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95:=20debugLabels=20import=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dev-deploy 빌드에서 untracked 파일(@/util/debugLabels) 참조로 실패. 디버그 전용 라벨 부착 호출은 로컬 한정이므로 커밋 대상에서 제거. Co-Authored-By: Claude Opus 4.6 --- src/components/fabric/QPolygon.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/fabric/QPolygon.js b/src/components/fabric/QPolygon.js index 3cdd644b..c3b330c2 100644 --- a/src/components/fabric/QPolygon.js +++ b/src/components/fabric/QPolygon.js @@ -7,7 +7,6 @@ import * as turf from '@turf/turf' import { LINE_TYPE, POLYGON_TYPE } from '@/common/common' import Big from 'big.js' import { drawSkeletonRidgeRoof, drawSkeletonRidgeRoofFromBaseLines, verifyMoveBoundary } from '@/util/skeleton-utils' -import { attachDebugLabels } from '@/util/debugLabels' export const QPolygon = fabric.util.createClass(fabric.Polygon, { type: 'QPolygon', @@ -515,9 +514,6 @@ export const QPolygon = fabric.util.createClass(fabric.Polygon, { // console.log('변별로 설정') drawRoofByAttribute(this.id, this.canvas, textMode) } - - // [DEBUG] URL ?debug=labels 일 때만 라벨 부착. 운영 빌드/평소엔 noop. - attachDebugLabels(this.canvas, this.id) }, /**