From ad3ec66f7ee287c1d1350d2553a50b12370805a6 Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Sat, 26 Apr 2025 16:46:09 +0200 Subject: [PATCH] REMOVE unused comment (commented out code) --- ts/routes/graphs/buttons.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ts/routes/graphs/buttons.ts b/ts/routes/graphs/buttons.ts index b323105fd..52da5aa1a 100644 --- a/ts/routes/graphs/buttons.ts +++ b/ts/routes/graphs/buttons.ts @@ -183,8 +183,6 @@ export function renderButtons( }); }, 0); - // \u200e(${totalCorrect(d).percent}%) - const xButton = scaleBand() .domain(["1", "2", "3", "4"]) .range([0, xGroup.bandwidth()])