mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-24 17:11:49 +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,
|
db: &DbConn,
|
||||||
candidate: candidate::Model,
|
candidate: candidate::Model,
|
||||||
) -> Result<ApplicationDetails, ServiceError> {
|
) -> Result<ApplicationDetails, ServiceError> {
|
||||||
println!("Decrypting all details: privkey: {}", private_key);
|
|
||||||
|
|
||||||
let parents = Query::find_candidate_parents(db, &candidate).await?;
|
let parents = Query::find_candidate_parents(db, &candidate).await?;
|
||||||
let enc_details = EncryptedApplicationDetails::from((&candidate, parents));
|
let enc_details = EncryptedApplicationDetails::from((&candidate, parents));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue