Skip to content

Commit

Permalink
decrease log pollution
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed May 25, 2024
1 parent 789f398 commit 4fe1d5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class WFSATest {
assertEquals(it.value.size, ptreeRepairs.value.size)

it.value.forEach {
println(levenshteinAlign(toRepair, it).paintANSIColors())
// println(levenshteinAlign(toRepair, it).paintANSIColors())
assertTrue(levenshtein(toRepair, it) <= radius)
assertTrue(it in Grammars.seq2parsePythonCFG.language)
}
Expand Down

0 comments on commit 4fe1d5f

Please sign in to comment.