chore(examples): cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user