@nsshunt/ststestrunner 1.1.61 → 1.1.63

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.
@@ -35811,12 +35811,9 @@ var WorkerFhirTestCases = class extends _nsshunt_stsrunnerframework.AbstractRunn
35811
35811
  this._resourceDataGenerator = new ResourceDataGenerator();
35812
35812
  }
35813
35813
  GetFhirClient = () => {
35814
- if (this.fhirClient) console.log(chalk.default.yellow(`GetFhirClient: SET`));
35815
- else console.log(chalk.default.yellow(`GetFhirClient: NO SET`));
35816
35814
  return this.fhirClient;
35817
35815
  };
35818
35816
  SetFhirClient = (fhirClient) => {
35819
- console.log(chalk.default.yellow(`SetFhirClient: *****************************************************************************`));
35820
35817
  this.fhirClient = fhirClient;
35821
35818
  };
35822
35819
  get resourceDataGenerator() {