Removed debug println

This commit is contained in:
Samuel Sleight 2017-06-05 18:50:08 +01:00
parent 214164bf01
commit f20e28de25

View File

@ -32,9 +32,6 @@ pub fn derive(input: TokenStream) -> TokenStream {
} }
}; };
println!("Source: {}", src);
let ty_str = syn_item.attrs.iter().filter_map(|attr| { let ty_str = syn_item.attrs.iter().filter_map(|attr| {
match attr.value { match attr.value {
syn::MetaItem::NameValue(ref i, syn::Lit::Str(ref val, _)) if i == "ty" => { syn::MetaItem::NameValue(ref i, syn::Lit::Str(ref val, _)) if i == "ty" => {