test_all: remove stray debug

This commit is contained in:
Nick Craig-Wood 2021-10-31 19:15:51 +00:00
parent 4ab842198a
commit e77dcb7f52
1 changed files with 0 additions and 1 deletions

View File

@ -339,7 +339,6 @@ func (r *Run) Init() {
r.CmdLine = []string{"./" + r.BinaryName()}
}
testTimeout := *timeout
log.Printf("extra time: %f", r.ExtraTime)
if r.ExtraTime > 0 {
testTimeout = time.Duration(float64(testTimeout) * r.ExtraTime)
}