Macro channel_log_clean

Source
macro_rules! channel_log_clean {
    ($e:expr) => { ... };
    () => { ... };
}