sPrint function

void sPrint(
  1. String msg
)

Implementation

void sPrint(String msg) {
  if (_betaPB) print(':sPrint:  $msg');
}