@nsshunt/ststestrunner 1.1.100 → 1.1.101

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.
@@ -748,7 +748,6 @@ var TestCaseFhirBase = class {
748
748
  console.log(chalk.default.magenta(`Old Token: ${this.#accesssToken}`));
749
749
  this.#accesssToken = null;
750
750
  console.log(chalk.default.magenta(`New Token: ${this.#accesssToken}`));
751
- console.log(chalk.default.magenta(`New Token: ${this.GetAccessToken()}`));
752
751
  console.log(chalk.default.magenta(`************************************************************************* end `));
753
752
  };
754
753
  HandleError = (error) => {