chore: remove checking key log infog

This commit is contained in:
Jonas Kaninda
2024-10-08 23:01:40 +02:00
parent 2b58998643
commit 0c3a9b323b

View File

@@ -140,7 +140,6 @@ func testDatabaseConnection(db *dbConfig) {
} }
func checkPubKeyFile(pubKey string) (string, error) { func checkPubKeyFile(pubKey string) (string, error) {
utils.Info("Checking file %s ...", pubKey)
// Define possible key file names // Define possible key file names
keyFiles := []string{filepath.Join(gpgHome, "public_key.asc"), filepath.Join(gpgHome, "public_key.gpg"), pubKey} keyFiles := []string{filepath.Join(gpgHome, "public_key.asc"), filepath.Join(gpgHome, "public_key.gpg"), pubKey}