From 371e8ddfd631b4488796649c65cca598d4d2a35c Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 1 Nov 2021 12:04:18 +0100 Subject: [PATCH] chore(edges): remove logs --- src/components/Edges/SmoothStepEdge.tsx | 2 -- 1 file changed, 2 deletions(-) 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;