Skip to content

Commit

Permalink
chore(mocktracer): remove fmt.Printf call
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Sep 2, 2024
1 parent 6e92fdc commit eea74d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ddtrace/mocktracer/mocktracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
package mocktracer

import (
"fmt"
"net/http"
"net/url"
"sync"
Expand Down Expand Up @@ -64,7 +63,6 @@ func Start() Tracer {
tracer.StopTestTracer()
}
tracer.SetGlobalTracer(t)
fmt.Printf("mTracer (Start): %p\n", t)
return t
}

Expand Down

0 comments on commit eea74d2

Please sign in to comment.