mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-04 20:50:14 -05:00
parser/gotest: Remove debug printf line
This commit is contained in:
parent
a7ad52d825
commit
1cf71a341d
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user