Remove println from tests
This commit is contained in:
parent
4a2d5c9fbe
commit
7454370084
@ -85,6 +85,5 @@ mod tests {
|
|||||||
|
|
||||||
//note: should test againt a known test hash value
|
//note: should test againt a known test hash value
|
||||||
assert_eq!(HASHSIZE, result.len());
|
assert_eq!(HASHSIZE, result.len());
|
||||||
println!("merkle_hash: {:?}", result);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user