mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
Removed debug println
This commit is contained in:
parent
214164bf01
commit
f20e28de25
@ -32,9 +32,6 @@ pub fn derive(input: TokenStream) -> TokenStream {
|
||||
}
|
||||
};
|
||||
|
||||
println!("Source: {}", src);
|
||||
|
||||
|
||||
let ty_str = syn_item.attrs.iter().filter_map(|attr| {
|
||||
match attr.value {
|
||||
syn::MetaItem::NameValue(ref i, syn::Lit::Str(ref val, _)) if i == "ty" => {
|
||||
|
Loading…
Reference in New Issue
Block a user