mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
remove obsolete comment
This commit is contained in:
parent
b57e9be46f
commit
d2eb5c32f4
1 changed files with 0 additions and 3 deletions
|
@ -82,9 +82,6 @@ export function studiedToday(cards: number, secs: number): string {
|
|||
return tr.statisticsStudiedToday({
|
||||
unit: name,
|
||||
secsPerCard: secsPer,
|
||||
// these two are required, but don't appear in the generated code
|
||||
// because they are included as part of a separate term - a byproduct
|
||||
// of them having been ported from earlier Qt translations
|
||||
cards,
|
||||
amount,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue