no check apis on API

This commit is contained in:
mr 2024-08-21 14:39:49 +02:00
parent 62b97c7aef
commit ae0b2098ec

View File

@ -27,10 +27,6 @@ func (c *VersionController) Status() {
errStr := ""
api := tools.API{}
state, code, err := api.GetState()
if state == tools.ALIVE {
state, _, err = api.CheckRemoteAPIs([]string{})
}
if err != nil {
errStr = err.Error()
}