浏览代码

Remove debug line from test

Feoramund 1 年之前
父节点
当前提交
d0d4f19097
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/core/text/regex/test_core_text_regex.odin

+ 0 - 1
tests/core/text/regex/test_core_text_regex.odin

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