Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <[email protected]>
  • Loading branch information
frelon authored and davidcassany committed Feb 7, 2024
1 parent 3db6615 commit 5be2672
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/types/v1/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ func (r *RealRunner) SetLogger(logger Logger) {
r.Logger = logger
}

func (r RealRunner) error(msg string) {
if r.Logger != nil {
r.Logger.Error(msg)
}
}

func (r RealRunner) debug(msg string) {
if r.Logger != nil {
r.Logger.Debug(msg)
Expand Down

0 comments on commit 5be2672

Please sign in to comment.