From 2b7b733e83e9305e42745728311a5fe2ce3c7bd6 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 25 Aug 2016 19:08:56 -0700 Subject: [PATCH] Remove denig: it is not a macro. --- macros/src/route_decorator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/src/route_decorator.rs b/macros/src/route_decorator.rs index 7cb23ef9..ac400427 100644 --- a/macros/src/route_decorator.rs +++ b/macros/src/route_decorator.rs @@ -179,7 +179,7 @@ pub fn route_decorator(known_method: Option>, ecx: &mut ExtCtxt, // TODO: Add some kind of loggin facility in Rocket // to get the formatting right (IE, so it idents // correctly). - denig!("Failed to parse: {:?}", e); + // debug!("Failed to parse: {:?}", e); return ::rocket::Response::forward(); } };