Skip to content

Commit 8af46bc

Browse files
authored
[chore] Remove fmt.Printf from test (#13233)
Just fixes a small remnant from debugging(!?).
1 parent 8d71881 commit 8af46bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pdata/pprofile/attributes_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ func testPutAttribute(t *testing.T, record attributable) {
9797

9898
// Put an attribute, same key, different value.
9999
// This updates the index and adds to the table.
100-
fmt.Printf("test\n")
101100
require.NoError(t, PutAttribute(table, record, "hello", pcommon.NewValueStr("world2")))
102101
assert.Equal(t, 2, table.Len())
103102
assert.Equal(t, []int32{1}, record.AttributeIndices().AsRaw())

0 commit comments

Comments
 (0)