@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.
@@ -724,7 +724,6 @@ var TestCaseFhirBase = class {
724
724
  console.log(chalk.magenta(`Old Token: ${this.#accesssToken}`));
725
725
  this.#accesssToken = null;
726
726
  console.log(chalk.magenta(`New Token: ${this.#accesssToken}`));
727
- console.log(chalk.magenta(`New Token: ${this.GetAccessToken()}`));
728
727
  console.log(chalk.magenta(`************************************************************************* end `));
729
728
  };
730
729
  HandleError = (error) => {