[skip ci] Remove debug

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Mark Tolmacs 2025-03-30 19:44:57 +02:00
parent 37653484a1
commit ccda36a0e3

View file

@ -18,9 +18,6 @@ import {
getGridPoint,
invariant,
tupleToCoors,
debugDrawPoint,
debugClear,
debugDrawBounds,
} from "@excalidraw/common";
// TODO: remove direct dependency on the scene, should be passed in or injected instead
@ -49,9 +46,7 @@ import {
isBindingEnabled,
} from "./binding";
import {
getCommonBoundingBox,
getElementAbsoluteCoords,
getElementBounds,
getElementPointsCoords,
getMinMaxXYFromCurvePathOps,
} from "./bounds";
@ -337,7 +332,7 @@ export class LinearElementEditor {
const deltaX = newDraggingPointPosition[0] - draggingPoint[0];
const deltaY = newDraggingPointPosition[1] - draggingPoint[1];
debugClear();
LinearElementEditor.movePoints(
element,
selectedPointsIndices.map((pointIndex) => {