mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
remove debug statement from graphs
This commit is contained in:
parent
fd854630ff
commit
f997c7eb8b
1 changed files with 0 additions and 1 deletions
|
@ -383,7 +383,6 @@ export function renderReviews(
|
|||
.domain(x.domain() as any)(sourceData.reviewCount.entries() as any);
|
||||
const totalReviews = sum(countBins, (bin) => cumulativeBinValue(bin as any, 4));
|
||||
const totalSecs = total / 1000;
|
||||
console.log(`total secs ${totalSecs} total reviews ${totalReviews}`);
|
||||
const avgSecs = totalSecs / totalReviews;
|
||||
const cardsPerMin = (totalReviews * 60) / totalSecs;
|
||||
averageAnswerTime = i18n.tr(i18n.TR.STATISTICS_AVERAGE_ANSWER_TIME, {
|
||||
|
|
Loading…
Reference in a new issue