hotfix(health): remove previous err debug line

This commit is contained in:
Quentin McGaw
2023-03-25 17:34:49 +00:00
parent b5ebdcd040
commit 51432ca05f

View File

@@ -15,7 +15,6 @@ func (s *Server) runHealthcheckLoop(ctx context.Context, done chan<- struct{}) {
for {
previousErr := s.handler.getErr()
fmt.Println("==== previous err: ", previousErr)
const healthcheckTimeout = 3 * time.Second
healthcheckCtx, healthcheckCancel := context.WithTimeout(