fix: Remove debug output
This commit is contained in:
parent
ccb2930ed5
commit
ff26a39db8
@ -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