Skip to content

Commit

Permalink
dot: rmv unused logev fn
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Oct 19, 2024
1 parent 081fa15 commit cc7a58c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions intra/dns53/dot.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,3 @@ func url2addr(url string) string {
}
return url
}

func logev(err error) log.LogFn {
if err != nil {
return log.E
}
return log.V
}

0 comments on commit cc7a58c

Please sign in to comment.