diff --git a/saphyr/tests/spec_test.rs b/saphyr/tests/spec_test.rs index 1896d17..3e5d043 100644 --- a/saphyr/tests/spec_test.rs +++ b/saphyr/tests/spec_test.rs @@ -136,8 +136,6 @@ fn test_mapvec_legal() { // - 6 // ``` - println!("{}", out_str); - YamlLoader::load_from_str(&out_str).unwrap(); }