mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-28 17:54:45 +00:00
Merge pull request #369 from tomaka/rm-println
Remove the debugging println in vulkano-shader
This commit is contained in:
commit
1494f5f58d
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user