isDebugPrint property

bool? isDebugPrint
getter/setter pair

Controls whether Dev.print method prints only in debug mode If null, prints in all modes; if true, prints only in debug mode; if false, prints in all modes

Implementation

static bool? isDebugPrint;