Skip to content

Commit

Permalink
optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
deankarn committed Aug 15, 2023
1 parent 03ebb97 commit d2a9c6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions slog.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package log

import (
"context"
"fmt"
runtimeext "github.com/go-playground/pkg/v5/runtime"
"log/slog"
"runtime"
Expand Down Expand Up @@ -65,7 +64,6 @@ func (s *slogHandler) Handle(ctx context.Context, record slog.Record) error {
current = G(group.Key, append(copied, current)...)
}

fmt.Printf("%+v\n", current)
var e Entry
if current.Key == "" {
e = Entry{Fields: current.Value.([]Field)}
Expand Down

0 comments on commit d2a9c6f

Please sign in to comment.