Remove extraneous debug output from test

This commit is contained in:
Charlie Ozinga 2017-05-11 23:36:51 -06:00
parent 06c9b22357
commit 80f967bc09

View file

@ -136,8 +136,6 @@ fn test_mapvec_legal() {
// - 6 // - 6
// ``` // ```
println!("{}", out_str);
YamlLoader::load_from_str(&out_str).unwrap(); YamlLoader::load_from_str(&out_str).unwrap();
} }