Skip to content

Commit

Permalink
textlogger: remove some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly authored and dims committed Jan 19, 2023
1 parent 1a1367c commit 9674cae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions textlogger/textlogger.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ type tlogger struct {
config *Config
}

func copySlice(in []interface{}) []interface{} {
out := make([]interface{}, len(in))
copy(out, in)
return out
}

func (l *tlogger) Init(info logr.RuntimeInfo) {
l.callDepth = info.CallDepth
}
Expand Down

0 comments on commit 9674cae

Please sign in to comment.