Browse Source

Remove unused console log for endBinding

Removed commented-out console log statements for clarity.
pull/10501/head
zsviczian 3 days ago committed by GitHub
parent
commit
8932811d20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      packages/element/src/binding.ts

8
packages/element/src/binding.ts

@ -1707,13 +1707,7 @@ export const updateBoundPoint = ( @@ -1707,13 +1707,7 @@ export const updateBoundPoint = (
pointFromVector(vectorScale(halfVector, -1), adjacentPoint),
);
}
// startOrEnd === "endBinding" &&
// console.log({
// mode: binding.mode,
// bindableElement,
// isNested,
// global,
// });
const maybeOutlineGlobal =
binding.mode === "orbit" && bindableElement
? isNested

Loading…
Cancel
Save