mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-28 14:26:59 -07:00
chore: Cleanup unneccesary debug output
This commit is contained in:
committed by
Karolin Varner
parent
42798699e4
commit
e03fed404f
@@ -216,9 +216,6 @@ impl Cli {
|
||||
}
|
||||
|
||||
fn event_loop(config: config::Rosenpass) -> anyhow::Result<()> {
|
||||
// dump config
|
||||
eprintln!("{config:#?}");
|
||||
|
||||
// load own keys
|
||||
let sk = SSk::load(&config.secret_key)?;
|
||||
let pk = SPk::load(&config.public_key)?;
|
||||
|
||||
Reference in New Issue
Block a user