Remove debug logs

Signed-off-by: thatInfrastructureGuy <thatInfrastructureGuy@gmail.com>
pull/806/head
thatInfrastructureGuy 2020-08-31 16:29:11 -07:00
parent 51e6ee2c63
commit 8f800e9b64
No known key found for this signature in database
GPG Key ID: 3E9D4A7275BC5A6A
1 changed files with 0 additions and 3 deletions

View File

@ -162,9 +162,6 @@ func CheckGrpc(s *Service, record bool) (*Service, error) {
} }
conn, err := grpc.Dial(domain, grpcOption, grpc.WithBlock()) conn, err := grpc.Dial(domain, grpcOption, grpc.WithBlock())
if err != nil {
log.Fatalf("did not connect: %v", err)
}
if err != nil { if err != nil {
if record { if record {
RecordFailure(s, fmt.Sprintf("Dial Error %v", err), "connection") RecordFailure(s, fmt.Sprintf("Dial Error %v", err), "connection")