diff --git a/config/env.go b/config/env.go index da3fd0272..37f1f85c0 100644 --- a/config/env.go +++ b/config/env.go @@ -37,10 +37,6 @@ type App struct { File AppFile } -func (a App) GetStatus() (string, error) { - return "unknown", nil -} - type ByServer []App func (a ByServer) Len() int { return len(a) }