refactor: remove old code

This commit is contained in:
2021-12-27 04:03:53 +01:00
parent 5cd4317580
commit c13f438580
2 changed files with 0 additions and 15 deletions

View File

@ -111,10 +111,6 @@ func ensureAppNameFlag() error {
func NewAction(c *cli.Context) error {
recipe := ValidateRecipeWithPrompt(c)
if err := config.EnsureAbraDirExists(); err != nil {
logrus.Fatal(err)
}
if err := ensureServerFlag(); err != nil {
logrus.Fatal(err)
}