chore(examples): cleanup

This commit is contained in:
moklick
2023-12-15 12:31:05 +01:00
parent 8c705fbdbf
commit 9b128bf184

View File

@@ -60,8 +60,6 @@ export function getEdgeParams(source: Node, target: Node) {
const sourceIntersectionPoint = getNodeIntersection(source, target);
const targetIntersectionPoint = getNodeIntersection(target, source);
console.log(sourceIntersectionPoint, targetIntersectionPoint);
const sourcePos = getEdgePosition(source, sourceIntersectionPoint);
const targetPos = getEdgePosition(target, targetIntersectionPoint);