diff --git a/cli/cli.go b/cli/cli.go index 4a692e38..92227fff 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -89,10 +89,8 @@ convenient command-line experience. See "abra autocomplete -h" for more. if !os.IsExist(err) { logrus.Fatal(err) } - logrus.Debugf("'%s' already created, moving on...", path) continue } - logrus.Debugf("'%s' is missing, creating...", path) } logrus.Debugf("abra version '%s', commit '%s'", version, commit)