Remove the debugging println in vulkano-shader

This commit is contained in:
Pierre Krieger 2017-01-31 09:50:19 +01:00
parent 0b56a4859e
commit f039fb9123

View File

@ -65,9 +65,6 @@ pub fn reflect<R>(name: &str, mut spirv: R) -> Result<String, Error>
// now parsing the document
let doc = try!(parse::parse_spirv(&data));
// TODO: remove
println!("{:#?}", doc);
let mut output = String::new();
output.push_str(r#"
#[allow(unused_imports)]