chore: Cleanup unneccesary debug output

This commit is contained in:
Karolin Varner
2023-05-22 11:42:51 +02:00
committed by Karolin Varner
parent 42798699e4
commit e03fed404f
-3
View File
@@ -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)?;