Macro moore::debugln []

macro_rules! debugln {
    ( $ ( $ arg : tt ) * ) => { ... };
}

Print debug information. Omitted in release builds.