fix: Remove debug output
This commit is contained in:
@@ -143,8 +143,6 @@ const ReviewPageWithRouter = withRouter(
|
|||||||
// Find the lowest distance
|
// Find the lowest distance
|
||||||
const minDist = Math.min(...dists);
|
const minDist = Math.min(...dists);
|
||||||
|
|
||||||
console.log("Review Queue size:", this.reviewQueue.size());
|
|
||||||
|
|
||||||
// Check if the user's answer was correct
|
// Check if the user's answer was correct
|
||||||
if (minDist === 0) {
|
if (minDist === 0) {
|
||||||
// TODO: Show it's correct?
|
// TODO: Show it's correct?
|
||||||
|
|||||||
Reference in New Issue
Block a user