setToProduction function

void setToProduction()

Implementation

void setToProduction() {
  isProd = true;
}