From da5968b44a52696f642c88621c9ebd7625dda315 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Mon, 15 Apr 2024 22:07:30 -0500 Subject: [PATCH] Remove unused variable --- .../app/components/output/unmnemonic-devices/team-labels.gjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gathering/app/components/output/unmnemonic-devices/team-labels.gjs b/gathering/app/components/output/unmnemonic-devices/team-labels.gjs index b482b696..26bc34bd 100644 --- a/gathering/app/components/output/unmnemonic-devices/team-labels.gjs +++ b/gathering/app/components/output/unmnemonic-devices/team-labels.gjs @@ -25,7 +25,7 @@ export default class TeamLabelsComponent extends Component { let mapTeamFontSize = 18; let meetingHeadingFontSize = 14; - sortedTeams.forEach((team, index) => { + sortedTeams.forEach((team) => { drawMargins(doc, () => { drawHeader(team); });