parser/gotest: remove debugging printf from reportBuilder

This commit is contained in:
Joël Stemmer 2022-05-22 00:50:12 +01:00
parent 9ad16898a8
commit 84074a188c

View File

@ -1,7 +1,6 @@
package gotest
import (
"fmt"
"strings"
"time"
@ -245,7 +244,6 @@ func (b *reportBuilder) CreatePackage(name, result string, duration time.Duratio
if b.subtestMode == IgnoreParentResults {
t.Result = gtr.Pass
} else if b.subtestMode == ExcludeParents {
fmt.Printf("excluding test %v\n", t.Name)
continue
}
}