From 5bae262a79251566418c3de12b11656185f03f13 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Sun, 19 Dec 2021 15:44:31 +0100 Subject: [PATCH] refactor: drop this, it's working solid, less verbose --- cli/cli.go | 2 -- 1 file changed, 2 deletions(-) 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)