mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -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({
|
return tr.statisticsStudiedToday({
|
||||||
unit: name,
|
unit: name,
|
||||||
secsPerCard: secsPer,
|
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,
|
cards,
|
||||||
amount,
|
amount,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue