diff --git a/pkg/parser/gotest/gotest.go b/pkg/parser/gotest/gotest.go index 760d80f..b9a021d 100644 --- a/pkg/parser/gotest/gotest.go +++ b/pkg/parser/gotest/gotest.go @@ -84,7 +84,6 @@ func (p *parser) findTest(name string) int { return p.events[i].Id } } - fmt.Printf("could not find test %q\n", name) return -1 }