remove obsolete comment

This commit is contained in:
Damien Elmes 2021-03-26 21:47:23 +10:00
parent b57e9be46f
commit d2eb5c32f4

View file

@ -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,
}); });