Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusprubio committed Nov 19, 2024
1 parent 09e5bf4 commit 8157518
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ func (p Probe) Do(ctx context.Context) error {
Error: errMessage,
Extra: extra,
}
if err != nil {
errMessage = err.Error()
}
p.Logger.Debug(
"Sending report back",
"count", count, "report", report,
Expand Down

0 comments on commit 8157518

Please sign in to comment.