ing
This commit is contained in:
parent
d5d01f0673
commit
35550a99bc
|
@ -59,7 +59,7 @@ export class ServiceComponent implements OnChanges {
|
|||
this.pingService.pingService(this.service, option)
|
||||
.pipe(
|
||||
map((pingResult: PingResult) => {
|
||||
log.debug(pingResult);
|
||||
// log.debug(pingResult);
|
||||
if (pingResult) {
|
||||
this.pingResult = pingResult;
|
||||
this.pingWaiting = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user