Remove debug line from test

This commit is contained in:
Feoramund
2024-08-05 03:50:41 -04:00
parent 8f5b838a07
commit d0d4f19097

View File

@@ -511,7 +511,6 @@ test_pos_index_explicitly :: proc(t: ^testing.T) {
defer regex.destroy(rex)
capture, success := regex.match(rex, STR)
log.info(capture, success)
if !testing.expect(t, success) {
return
}