mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Remove debug
This commit is contained in:
parent
52445aeb68
commit
230e47fd52
1 changed files with 0 additions and 6 deletions
|
@ -66,8 +66,6 @@ import type {
|
||||||
NonDeletedExcalidrawElement,
|
NonDeletedExcalidrawElement,
|
||||||
} from "./types";
|
} from "./types";
|
||||||
|
|
||||||
import { debugDrawBounds } from "@excalidraw/utils/visualdebug";
|
|
||||||
|
|
||||||
type GridAddress = [number, number] & { _brand: "gridaddress" };
|
type GridAddress = [number, number] & { _brand: "gridaddress" };
|
||||||
|
|
||||||
type Node = {
|
type Node = {
|
||||||
|
@ -1425,10 +1423,6 @@ const getElbowArrowData = (
|
||||||
: startPointBounds,
|
: startPointBounds,
|
||||||
hoveredEndElement ? aabbForElement(hoveredEndElement) : endPointBounds,
|
hoveredEndElement ? aabbForElement(hoveredEndElement) : endPointBounds,
|
||||||
);
|
);
|
||||||
debugDrawBounds(endElementBounds);
|
|
||||||
// dynamicAABBs.forEach((aabb) => {
|
|
||||||
// debugDrawBounds(aabb);
|
|
||||||
// });
|
|
||||||
const startDonglePosition = getDonglePosition(
|
const startDonglePosition = getDonglePosition(
|
||||||
dynamicAABBs[0],
|
dynamicAABBs[0],
|
||||||
startHeading,
|
startHeading,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue