Skip to content

Commit

Permalink
remove superfluous print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoffl01 committed Dec 16, 2024
1 parent 3eb6ae3 commit fdfb8df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ddtrace/tracer/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ func (t *httpTransport) send(p *payload) (body io.ReadCloser, err error) {
}

func reportAPIErrorsMetric(haveTracer bool, response *http.Response, err error, t *tracer) {
fmt.Println("hello?")
fmt.Println("Do we have a tracer?", haveTracer)
if !haveTracer {
return
}
Expand Down

0 comments on commit fdfb8df

Please sign in to comment.