Macro debug_println

Source
macro_rules! debug_println {
    ($($arg:tt)*) => { ... };
}
Expand description

simply just a debug logging function