chore(edges): remove logs

This commit is contained in:
moklick
2021-11-01 12:04:18 +01:00
parent 03887ad79f
commit 371e8ddfd6
-2
View File
@@ -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;