mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 20:39:54 +02:00
Remove debug
This commit is contained in:
@@ -66,8 +66,6 @@ import type {
|
||||
NonDeletedExcalidrawElement,
|
||||
} from "./types";
|
||||
|
||||
import { debugDrawBounds } from "@excalidraw/utils/visualdebug";
|
||||
|
||||
type GridAddress = [number, number] & { _brand: "gridaddress" };
|
||||
|
||||
type Node = {
|
||||
@@ -1425,10 +1423,6 @@ const getElbowArrowData = (
|
||||
: startPointBounds,
|
||||
hoveredEndElement ? aabbForElement(hoveredEndElement) : endPointBounds,
|
||||
);
|
||||
debugDrawBounds(endElementBounds);
|
||||
// dynamicAABBs.forEach((aabb) => {
|
||||
// debugDrawBounds(aabb);
|
||||
// });
|
||||
const startDonglePosition = getDonglePosition(
|
||||
dynamicAABBs[0],
|
||||
startHeading,
|
||||
|
Reference in New Issue
Block a user