parser/gotest: Remove debug printf line

This commit is contained in:
Joël Stemmer 2018-04-28 18:32:22 +01:00
parent a7ad52d825
commit 1cf71a341d

View File

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