@measurequick/measurequick-report-generator 1.2.128 → 1.2.129

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measurequick/measurequick-report-generator",
3
- "version": "1.2.128",
3
+ "version": "1.2.129",
4
4
  "description": "Generates PDF documents for various MeasureQuick applications.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -191,7 +191,6 @@ export async function getReport(payload, _test) {
191
191
  let meas = test.testInfo[passFails[i - 1]];
192
192
  let icon = meas == "Pass" || meas == "Caution" || meas == "High" || meas == "Mid" ? iconRangeGreen : iconRangeRed;
193
193
  if (passFails[i] == 'combustion_efficiency_pass_fail') icon = iconRangeGreen;
194
- if (passFails[i-1] == 'ambient_co_pass_fail') console.log("ambient_co_pass_fail: " + meas);
195
194
  form.getButton(`ImageSubsystem${i}_af_image`).setImage(icon);
196
195
  form.getTextField(`SSR${i}`).setText(pfLabels[i-1]);
197
196
  }