From f997c7eb8b8b2964af5851f80fdff7c17b906175 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 28 Aug 2020 14:40:02 +1000 Subject: [PATCH] remove debug statement from graphs --- ts/src/stats/reviews.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/src/stats/reviews.ts b/ts/src/stats/reviews.ts index 6beeaaed0..b6a41d9df 100644 --- a/ts/src/stats/reviews.ts +++ b/ts/src/stats/reviews.ts @@ -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, {