Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Nov 28, 2019
1 parent 98be08b commit ac8219a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bastion/tests/prop_children_redundancy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use proptest::prelude::*;
proptest! {
#[test]
fn proptest_redundancy(r in std::usize::MIN..5_000) {
dbg!(r);
Bastion::children(|children| {
children
// shrink over the redundancy
Expand Down

0 comments on commit ac8219a

Please sign in to comment.