diff --git a/src/components/fabric/QPolygon.js b/src/components/fabric/QPolygon.js index 3cdd644b..9290e4f6 100644 --- a/src/components/fabric/QPolygon.js +++ b/src/components/fabric/QPolygon.js @@ -7,7 +7,7 @@ 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 +515,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) }, /**