From 0c3a9b323b696a0ad20edc86c978fbe9da6a7b4e Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Tue, 8 Oct 2024 23:01:40 +0200 Subject: [PATCH] chore: remove checking key log infog --- pkg/helper.go | 1 - 1 file changed, 1 deletion(-) 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}