From d2eb5c32f4eb7ccf1a0627d2c3ec57782d548016 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 26 Mar 2021 21:47:23 +1000 Subject: [PATCH] remove obsolete comment --- ts/lib/time.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/ts/lib/time.ts b/ts/lib/time.ts index 69eab36e7..cd455c4fe 100644 --- a/ts/lib/time.ts +++ b/ts/lib/time.ts @@ -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, });