fix(core): Remove lingering debug statement
This commit is contained in:
parent
3b9309d995
commit
36dec88c51
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ export function macroName(name) {
|
||||||
export function beamsIntersect(a1, a2, b1, b2) {
|
export function beamsIntersect(a1, a2, b1, b2) {
|
||||||
let slopeA = a1.slope(a2)
|
let slopeA = a1.slope(a2)
|
||||||
let slopeB = b1.slope(b2)
|
let slopeB = b1.slope(b2)
|
||||||
console.log({a1, a2, slopeA})
|
|
||||||
if (slopeA === slopeB) return false // Parallel lines
|
if (slopeA === slopeB) return false // Parallel lines
|
||||||
|
|
||||||
// Check for vertical line A
|
// Check for vertical line A
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue