From 9649b1486e7705512d093be7a57d456338343475 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 --- parser/tests/spec_test.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/parser/tests/spec_test.rs b/parser/tests/spec_test.rs index 1896d17..3e5d043 100644 --- a/parser/tests/spec_test.rs +++ b/parser/tests/spec_test.rs @@ -136,8 +136,6 @@ fn test_mapvec_legal() { // - 6 // ``` - println!("{}", out_str); - YamlLoader::load_from_str(&out_str).unwrap(); }