refactor: drop this, it's working solid, less verbose

This commit is contained in:
decentral1se 2021-12-19 15:44:31 +01:00
parent 6ad253b866
commit 5bae262a79
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 2 deletions

View File

@ -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)