Remove println from tests

This commit is contained in:
Paul Hauner
2019-01-25 12:08:46 +11:00
committed by GitHub
parent 4a2d5c9fbe
commit 7454370084

View File

@@ -85,6 +85,5 @@ mod tests {
//note: should test againt a known test hash value
assert_eq!(HASHSIZE, result.len());
println!("merkle_hash: {:?}", result);
}
}