Skip to content

Commit

Permalink
Remove redundant print statement in get_userkey function
Browse files Browse the repository at this point in the history
  • Loading branch information
humblepenguinn committed Sep 30, 2024
1 parent 0a13383 commit b2010e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/envio/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use crate::utils::parse_envs_from_string;
/// Get the user's encryption key
fn get_userkey() -> String {
println!("{}", "Loading Profile".green());
println!("{}", "Enter your encryption key".green());
let prompt = Password::new("Enter your encryption key:")
.with_display_toggle_enabled()
.with_display_mode(PasswordDisplayMode::Masked)
Expand Down

0 comments on commit b2010e9

Please sign in to comment.