mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 20:52:27 +00:00
remove debug output from macro
This commit is contained in:
parent
26cbe28b00
commit
e2cf2238fd
1 changed files with 0 additions and 1 deletions
|
@ -177,6 +177,5 @@ pub fn expand_method(method : Method, attrs : TokenStream, item : TokenStream) -
|
|||
route.#method_ident::<#resource_ident, #(#generics),*>();
|
||||
}
|
||||
};
|
||||
println!("{}", output);
|
||||
output.into()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue