macro_rules! dprintln { ($($arg:tt)*) => { ... }; }
Println! macro that only prints if debug_assertions are enabled