Skip to content

Commit

Permalink
remove of wrong implementation on logvaluer
Browse files Browse the repository at this point in the history
  • Loading branch information
david-littlefarmer committed Nov 30, 2023
1 parent 79f7ff5 commit 6b867cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions devslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,6 @@ func (h *developHandler) colorize(b []byte, as attributes, l int, g []string) []
case slog.KindTime, slog.KindDuration:
m = cs([]byte("@"), fgCyan)
v = cs(v, fgCyan)
case slog.KindLogValuer:
m = cs([]byte("V"), fgRed)
v = []byte(a.Value.LogValuer().LogValue().String())
case slog.KindAny:
any := a.Value.Any()

Expand Down

0 comments on commit 6b867cd

Please sign in to comment.