Remove gpg debug code.

This commit is contained in:
Robin Davies
2024-08-28 07:20:37 -04:00
parent f30d773251
commit 6dd002589e
+1 -1
View File
@@ -782,7 +782,7 @@ void InstallPgpKey()
std::ostringstream ss;
ss << "/usr/bin/gpg --homedir " << homeDir.c_str() << " --import " << keyPath.c_str();
int rc = sysExec(ss.str().c_str());
int rc = silentSysExec(ss.str().c_str());
if (rc != EXIT_SUCCESS)
{
cout << "Error: Failed to create update keyring." << endl;