Skip to content

Commit e7172fd

Browse files
committed
cleanup
Signed-off-by: alex boten <[email protected]>
1 parent d9ae8ce commit e7172fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

otelconf/config_json.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ func (j *LogRecordExporter) UnmarshalJSON(b []byte) error {
194194
return nil
195195
}
196196

197-
// MarshalJSON implements json.Marshaler.
198-
func (j *AttributeType) MarshalJSON() ([]byte, error) {
199-
return json.Marshal(j.Value)
200-
}
201-
202197
// UnmarshalJSON implements json.Unmarshaler.
203198
func (j *TextMapPropagator) UnmarshalJSON(b []byte) error {
204199
type Plain TextMapPropagator

0 commit comments

Comments
 (0)