1
0
Fork 0

chore(core): Removed left-behind variable

This commit is contained in:
joostdecock 2024-02-10 15:48:30 +01:00
parent a30b08371c
commit dde6935cdf

View file

@ -1241,7 +1241,6 @@ function __bbbbox(boxes) {
*/ */
function __combinePaths(...paths) { function __combinePaths(...paths) {
const joint = new Path().__withLog(paths[0].log) const joint = new Path().__withLog(paths[0].log)
const ops = []
for (const path of paths) joint.ops.push(...path.ops) for (const path of paths) joint.ops.push(...path.ops)
return joint return joint