Delete debugging println

Thanks @jackson-sandland!
This commit is contained in:
Greg Fitzgerald 2018-03-06 21:16:47 -07:00
parent 96a0a9202c
commit 54340ed4c6
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ impl Genesis {
pub fn new(tokens: i64, creators: Vec<Creator>) -> Self {
let rnd = SystemRandom::new();
let pkcs8 = Ed25519KeyPair::generate_pkcs8(&rnd).unwrap().to_vec();
println!("{:?}", pkcs8);
Genesis {
pkcs8,
tokens,