Skip to content

Commit

Permalink
Remove unnecessary log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
NullHypothesis committed Nov 22, 2024
1 parent 0832454 commit aa8af19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/httpx/httpx.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func WaitForSvc(
return nil
}
if time.Since(start) > deadline.Sub(start) {
log.Printf("%v > %v", time.Since(start), deadline.Sub(start))
return errDeadlineExceeded
}
time.Sleep(10 * time.Millisecond)
Expand Down

0 comments on commit aa8af19

Please sign in to comment.