clean up the new commands

This commit is contained in:
David Christofas
2022-04-25 15:44:19 +02:00
parent 60bf000308
commit 01e307fb72
13 changed files with 8 additions and 275 deletions
@@ -32,7 +32,6 @@ func Frontend(cfg *config.Config) *cli.Command {
if err := loadUserAgent(c, cfg); err != nil {
return err
}
// return ParseConfig(c, cfg, "storage-frontend")
return nil
},
Action: func(c *cli.Context) error {