diff --git a/controllers/version.go b/controllers/version.go index 6b08805..6e18c67 100644 --- a/controllers/version.go +++ b/controllers/version.go @@ -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() } diff --git a/oc-catalog b/oc-catalog index a1bbf5c..f1b1a89 100755 Binary files a/oc-catalog and b/oc-catalog differ