1
0
Fork 0

fix(core): Remove lingering debug statement

This commit is contained in:
joostdecock 2021-07-14 18:06:07 +02:00
parent 3b9309d995
commit 36dec88c51

View file

@ -22,7 +22,6 @@ export function macroName(name) {
export function beamsIntersect(a1, a2, b1, b2) {
let slopeA = a1.slope(a2)
let slopeB = b1.slope(b2)
console.log({a1, a2, slopeA})
if (slopeA === slopeB) return false // Parallel lines
// Check for vertical line A