Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Oct 18, 2018
1 parent 0d70daa commit 1aba1c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ impl Server {

let cert_bytes = {
let seed = kms::load_seed(&config).unwrap();
println!("Seed: {:?}", seed);
let mut long_term_key = LongTermKey::new(&seed);
public_key = hex::encode(long_term_key.public_key());

Expand Down

0 comments on commit 1aba1c3

Please sign in to comment.