Skip to content

Commit

Permalink
remove unneeded print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
carrbs committed Dec 2, 2023
1 parent d6d3728 commit 4cd08b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion instrumentation/net/http/otelhttp/test/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ func TestCtxWithoutCancel(t *testing.T) {

rr := httptest.NewRecorder()
otelHandler.ServeHTTP(rr, req)
fmt.Println("rr", rr)

// Check that some metrics were recorded.
rm := metricdata.ResourceMetrics{}
Expand Down

0 comments on commit 4cd08b4

Please sign in to comment.