From 80f967bc09bf2396af7770d4bf02d6d7ad2b51a2 Mon Sep 17 00:00:00 2001 From: Charlie Ozinga Date: Thu, 11 May 2017 23:36:51 -0600 Subject: [PATCH] Remove extraneous debug output from test --- saphyr/tests/spec_test.rs | 2 -- 1 file changed, 2 deletions(-) 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(); }