disableDebugLogs static method

void disableDebugLogs()

Implementation

static void disableDebugLogs() {
  _debugLogs = false;
}