Remove denig: it is not a macro.

This commit is contained in:
Sergio Benitez 2016-08-25 19:08:56 -07:00
parent a5e1f8246c
commit 2b7b733e83
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ pub fn route_decorator(known_method: Option<Spanned<Method>>, 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();
}
};