Skip to content

Commit

Permalink
Removing a debugging command.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmonks committed Dec 13, 2024
1 parent 8367713 commit 4766a83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lurchmath/validation-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ const getValidationResults = LC => {
results.push( { type : 'propositional', result: 'indeterminate', reason: 'preemie' } )
} else {
results.push( { type : 'propositional', ...propResult } )
}
console.log(results)
}
return results
}

Expand Down

0 comments on commit 4766a83

Please sign in to comment.