refactor: drop this, it's working solid, less verbose
This commit is contained in:
parent
6ad253b866
commit
5bae262a79
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user