get rid of fmt.Print* usages

This commit is contained in:
Michael Eischer
2025-09-14 15:29:39 +02:00
parent 3410808dcf
commit ca5b0c0249
7 changed files with 20 additions and 29 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ func TestFilterPatternsFile(t *testing.T) {
if match {
c++
// fmt.Printf("pattern %q, line %q\n", test.pattern, line)
// t.Logf("pattern %q, line %q\n", test.pattern, line)
}
}