dbg method

void dbg(
  1. Object msg
)

Implementation

void dbg(Object msg) {
  if (debug) print(msg);
}