Skip to content

Commit

Permalink
Remove the visual divider for slog groups
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek authored Aug 19, 2024
1 parent d10c886 commit 0a14370
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ func (h *developHandler) colorize(b []byte, as attributes, l int, g []string) []
ga = a.Value.Group()
g = append(g, a.Key)

v = cs([]byte("============"), fgGreen)
v = append(v, '\n')
v = append(v, h.colorize(nil, ga, l+1, g)...)
}
Expand Down

0 comments on commit 0a14370

Please sign in to comment.