diff --git a/src/components/Edges/SmoothStepEdge.tsx b/src/components/Edges/SmoothStepEdge.tsx index d75ec875..b5a95c21 100644 --- a/src/components/Edges/SmoothStepEdge.tsx +++ b/src/components/Edges/SmoothStepEdge.tsx @@ -52,8 +52,6 @@ export function getSmoothStepPath({ const cX = typeof centerX !== 'undefined' ? centerX : _centerX; const cY = typeof centerY !== 'undefined' ? centerY : _centerY; - console.log(sourcePosition, targetPosition); - let firstCornerPath = null; let secondCornerPath = null;