chatPrintStack function

void chatPrintStack()

Implementation

void chatPrintStack() {
  if (enableLog) {
    debugPrintStack();
  }
}