LogDebug function

void LogDebug(
  1. String s
)

Implementation

void LogDebug(String s) {
  //print("D:" + s);
}