remove debug assertion
diff --git a/sparse_strips/vello_common/src/clip.rs b/sparse_strips/vello_common/src/clip.rs index aac6d40..2fbc959 100644 --- a/sparse_strips/vello_common/src/clip.rs +++ b/sparse_strips/vello_common/src/clip.rs
@@ -844,9 +844,6 @@ let expected = StripBuilder::new().add_strip(0, 0, 8, false).finish(); run_test(expected, path, cover); - - - debug_assert!(0 != 0, "this should fail in CI!"); } fn run_test(expected: StripStorage, path_1: StripStorage, path_2: StripStorage) {