remove "list" operation from "delete -r" command

This commit is contained in:
Alan Donovan 2021-09-17 09:51:11 -04:00
parent 6ac8a0ad88
commit d23eca8c5f

View file

@ -191,7 +191,7 @@ func deleteByRepo(log *output.Logger, repo string, force bool) error {
return err
}
return list(&listOptions{})
return nil
}
func confirmDeletion(codespace *api.Codespace, force bool) (bool, error) {