Skip to content

Commit f85269c

Browse files
committed
refactor the slog2hclog
1 parent 8fdce43 commit f85269c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

internal/slog2hclog/slog2hclog.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ func (s *stdslogWrapper) Trace(msg string, args ...interface{}) {
9999
func (s *stdslogWrapper) Debug(msg string, args ...interface{}) {
100100
s.slog.Debug(msg, args...)
101101
}
102-
func (s *stdslogWrapper) DebugContext(ctx context.Context, msg string, args ...interface{}) {
103-
s.slog.DebugContext(ctx, msg, args...)
104-
}
105102

106103
func (s *stdslogWrapper) Info(msg string, args ...interface{}) {
107104
s.slog.Info(msg, args...)

0 commit comments

Comments
 (0)