diff --git a/storage/profile_store.go b/storage/profile_store.go index fe384fc..de03213 100644 --- a/storage/profile_store.go +++ b/storage/profile_store.go @@ -79,7 +79,7 @@ func upgradeV0ToV1(directory, password string) error { func versionCheckUpgrade(directory, password string) { version := detectVersion(directory) - log.Infof("versionCheck: %v\n", version) + log.Debugf("versionCheck: %v\n", version) if version == -1 { return }