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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}
}