diff --git a/frontend/src/pages/review.tsx b/frontend/src/pages/review.tsx index 8112944..1ae85ee 100644 --- a/frontend/src/pages/review.tsx +++ b/frontend/src/pages/review.tsx @@ -143,8 +143,6 @@ const ReviewPageWithRouter = withRouter( // Find the lowest distance const minDist = Math.min(...dists); - console.log("Review Queue size:", this.reviewQueue.size()); - // Check if the user's answer was correct if (minDist === 0) { // TODO: Show it's correct?