Remove debug of secret

This commit is contained in:
Antonio J. Delgado 2024-11-28 11:35:39 +02:00
parent c50c7c9413
commit 3cf2264f4c

View file

@ -255,7 +255,6 @@ class NextcloudHandler:
}
item = collection.create_item('nc_password_client', attributes, self.encryption_pass)
else:
print(self.encryption_pass)
self.debug(
{
"action": "_get_encryption_pass_from_keyring",