mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
gtr: Remove debug print
This commit is contained in:
parent
817a23b10d
commit
7d75448298
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user