chore(edges): remove logs
This commit is contained in:
@@ -52,8 +52,6 @@ export function getSmoothStepPath({
|
|||||||
const cX = typeof centerX !== 'undefined' ? centerX : _centerX;
|
const cX = typeof centerX !== 'undefined' ? centerX : _centerX;
|
||||||
const cY = typeof centerY !== 'undefined' ? centerY : _centerY;
|
const cY = typeof centerY !== 'undefined' ? centerY : _centerY;
|
||||||
|
|
||||||
console.log(sourcePosition, targetPosition);
|
|
||||||
|
|
||||||
let firstCornerPath = null;
|
let firstCornerPath = null;
|
||||||
let secondCornerPath = null;
|
let secondCornerPath = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user