diff --git a/pkg/helper.go b/pkg/helper.go index 850aae5..4f236ee 100644 --- a/pkg/helper.go +++ b/pkg/helper.go @@ -140,7 +140,6 @@ func testDatabaseConnection(db *dbConfig) { } func checkPubKeyFile(pubKey string) (string, error) { - utils.Info("Checking file %s ...", pubKey) // Define possible key file names keyFiles := []string{filepath.Join(gpgHome, "public_key.asc"), filepath.Join(gpgHome, "public_key.gpg"), pubKey}