mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-15 20:41:19 +00:00
fix: private key logging
This commit is contained in:
parent
ac4aa9643f
commit
242f25adb5
1 changed files with 0 additions and 2 deletions
|
|
@ -44,8 +44,6 @@ impl ApplicationService {
|
|||
db: &DbConn,
|
||||
candidate: candidate::Model,
|
||||
) -> Result<ApplicationDetails, ServiceError> {
|
||||
println!("Decrypting all details: privkey: {}", private_key);
|
||||
|
||||
let parents = Query::find_candidate_parents(db, &candidate).await?;
|
||||
let enc_details = EncryptedApplicationDetails::from((&candidate, parents));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue