mirror of https://github.com/statping/statping
Remove debug logs
Signed-off-by: thatInfrastructureGuy <thatInfrastructureGuy@gmail.com>pull/806/head
parent
51e6ee2c63
commit
8f800e9b64
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue