1
0

Removed debug print
Some checks failed
Test Python / Test (push) Failing after 22s

This commit is contained in:
Jon Michael Aanes 2024-07-08 00:01:15 +02:00
parent 37721ed215
commit ecad126d55
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -123,8 +123,6 @@ class SecretLoader:
return process.stdout.decode('utf8')
def _load_or_none_vault(self, env_key: str) -> str | None:
print(self.hardcoded)
print(self.vault_client)
if self.vault_client is None:
return None