get rid of old macro

master
rasul 5 years ago
parent e3be6592b4
commit 7ef856cf19

@ -1,15 +1,3 @@
// #[macro_export]
// macro_rules! try_log {
// ($e:expr, $l:literal) => {
// match $e {
// Ok(r) => r,
// Err(e) => {
// log::error!("{}({}) :: {} :: {}", file!(), line!(), $l, e);
// return Err(Box::from(e));
// }
// }
// };
// }
#[macro_export]
macro_rules! try_log {

Loading…
Cancel
Save