Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
isopropylcyanide committed Aug 5, 2021
1 parent 8d2bb6d commit 7f3728c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/endpoints/tchannel/baz/baz_metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ package baztchannel

import (
"context"
"fmt"
"strings"
"testing"

Expand Down Expand Up @@ -177,7 +176,6 @@ func TestCallMetrics(t *testing.T) {

for _, name := range tchannelOutboundNames {
key := tally.KeyForPrefixedStringMap(name, tchannelOutboundTags)
fmt.Println("Key aayi:", key)
assert.Contains(t, metrics, key, "expected metric: %s", key)
}

Expand Down

0 comments on commit 7f3728c

Please sign in to comment.