Merge pull request #369 from tomaka/rm-println

Remove the debugging println in vulkano-shader
This commit is contained in:
tomaka 2017-02-02 10:13:20 +01:00 committed by GitHub
commit 1494f5f58d

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)]