resetDebugLog function

  1. @visibleForTesting
void resetDebugLog()

Implementation

@visibleForTesting
void resetDebugLog() {
  _debugLog = print;
}