From 8f800e9b64c051dca74c6e9b171078e648c3521a Mon Sep 17 00:00:00 2001 From: thatInfrastructureGuy Date: Mon, 31 Aug 2020 16:29:11 -0700 Subject: [PATCH] Remove debug logs Signed-off-by: thatInfrastructureGuy --- types/services/routine.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/services/routine.go b/types/services/routine.go index e7f0657f..91a7a126 100644 --- a/types/services/routine.go +++ b/types/services/routine.go @@ -162,9 +162,6 @@ func CheckGrpc(s *Service, record bool) (*Service, error) { } conn, err := grpc.Dial(domain, grpcOption, grpc.WithBlock()) - if err != nil { - log.Fatalf("did not connect: %v", err) - } if err != nil { if record { RecordFailure(s, fmt.Sprintf("Dial Error %v", err), "connection")