From 207dd9008b99f2bad4572478eafa922c7465292f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Wed, 18 Oct 2023 16:32:35 +0200 Subject: [PATCH] chore(plugin-annotations): Remove lint --- plugins/plugin-annotations/src/bartack.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/plugin-annotations/src/bartack.mjs b/plugins/plugin-annotations/src/bartack.mjs index dc73e6325bd..b5412111d46 100644 --- a/plugins/plugin-annotations/src/bartack.mjs +++ b/plugins/plugin-annotations/src/bartack.mjs @@ -87,7 +87,6 @@ function createBartack(config, props) { * Construct the guide path */ let guide = false - let name = 'bartack' if (mc.anchor) // Anchor + angle + length guide = new Path().move(mc.anchor).line(mc.anchor.shift(mc.angle, mc.length)) @@ -98,10 +97,8 @@ function createBartack(config, props) { // Along path let start = false let end = false - name = 'bartackalong' if (mc.bartackAlong) guide = mc.path.clone() else if (mc.bartackFractionAlong) { - name = 'bartackfractionalong' if (mc.start === mc.end) return null if (mc.start > mc.end) { const newEnd = mc.start