From dde6935cdfe18e2c366c76c5bb6e2c03a3d76c0c Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sat, 10 Feb 2024 15:48:30 +0100 Subject: [PATCH] chore(core): Removed left-behind variable --- packages/core/src/path.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/src/path.mjs b/packages/core/src/path.mjs index 52f0f75e883..b25c27c8c63 100644 --- a/packages/core/src/path.mjs +++ b/packages/core/src/path.mjs @@ -1241,7 +1241,6 @@ function __bbbbox(boxes) { */ function __combinePaths(...paths) { const joint = new Path().__withLog(paths[0].log) - const ops = [] for (const path of paths) joint.ops.push(...path.ops) return joint