mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
REMOVE unused comment (commented out code)
This commit is contained in:
parent
258b2b3f8d
commit
ad3ec66f7e
1 changed files with 0 additions and 2 deletions
|
@ -183,8 +183,6 @@ export function renderButtons(
|
||||||
});
|
});
|
||||||
}, 0);
|
}, 0);
|
||||||
|
|
||||||
// \u200e(${totalCorrect(d).percent}%)
|
|
||||||
|
|
||||||
const xButton = scaleBand()
|
const xButton = scaleBand()
|
||||||
.domain(["1", "2", "3", "4"])
|
.domain(["1", "2", "3", "4"])
|
||||||
.range([0, xGroup.bandwidth()])
|
.range([0, xGroup.bandwidth()])
|
||||||
|
|
Loading…
Reference in a new issue