fix: Remove debug output

This commit is contained in:
Alexander Polynomdivision 2018-09-29 22:11:07 +02:00
parent ccb2930ed5
commit ff26a39db8

View File

@ -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?