gtr: Remove debug print

This commit is contained in:
Joël Stemmer 2022-02-27 23:25:13 +00:00
parent 817a23b10d
commit 7d75448298

View File

@ -1,7 +1,6 @@
package gtr
import (
"fmt"
"time"
)
@ -201,7 +200,6 @@ func (b *ReportBuilder) AppendOutput(line string) {
be.Output = append(be.Output, line)
b.buildErrors[b.lastId] = be
} else {
fmt.Printf("DEBUG output else\n")
b.output = append(b.output, line)
}
}