Skip to content

Commit 6b867cd

Browse files
remove of wrong implementation on logvaluer
1 parent 79f7ff5 commit 6b867cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

devslog.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,6 @@ func (h *developHandler) colorize(b []byte, as attributes, l int, g []string) []
275275
case slog.KindTime, slog.KindDuration:
276276
m = cs([]byte("@"), fgCyan)
277277
v = cs(v, fgCyan)
278-
case slog.KindLogValuer:
279-
m = cs([]byte("V"), fgRed)
280-
v = []byte(a.Value.LogValuer().LogValue().String())
281278
case slog.KindAny:
282279
any := a.Value.Any()
283280

0 commit comments

Comments
 (0)