Skip to content

Commit

Permalink
removed debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
suniastar committed Oct 22, 2024
1 parent 54969a4 commit 35d5e27
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bridges/otelzap/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,6 @@ func TestCoreWithStacktrace(t *testing.T) {
assert.Equal(t, log.SeverityWarn, got.Severity())
assert.Equal(t, zap.WarnLevel.String(), got.SeverityText())
assert.Equal(t, 0, got.AttributesLen())
got.WalkAttributes(func(kv log.KeyValue) bool {
println(kv.Key)
println(kv.Value.AsString())
return true
})
})
}

Expand Down

0 comments on commit 35d5e27

Please sign in to comment.