mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Remove println from tests
This commit is contained in:
@@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user