mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 05:51:56 +00:00
refactor: remove debug print
This commit is contained in:
parent
1039b80518
commit
f220e133c5
1 changed files with 0 additions and 2 deletions
|
|
@ -147,8 +147,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
let input = sub_matches.get_one::<String>("input").unwrap();
|
let input = sub_matches.get_one::<String>("input").unwrap();
|
||||||
let key = sub_matches.get_one::<String>("key").unwrap();
|
let key = sub_matches.get_one::<String>("key").unwrap();
|
||||||
|
|
||||||
println!("Decrypt: {}", decrypt);
|
|
||||||
|
|
||||||
let result = if !*decrypt {
|
let result = if !*decrypt {
|
||||||
portfolio_core::crypto::encrypt_password_with_recipients(input, &vec![key]).await?
|
portfolio_core::crypto::encrypt_password_with_recipients(input, &vec![key]).await?
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue