@nsshunt/stsfhirclient 1.0.41 → 1.0.42

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.
@@ -1702,8 +1702,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
1702
1702
  }
1703
1703
  const accessToken = await __privateGet(this, _options).GetAccessToken();
1704
1704
  const requestConfig = new stsutils.STSAxiosConfig(url, httpVerb).withAuthHeaders(accessToken, __privateGet(this, _DUMMY_USER)).withData(filters ? filters : domainResource ? domainResource : void 0);
1705
- console.log(`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^`);
1706
- console.log(requestConfig);
1707
1705
  if (isNode && __privateGet(this, _options).agentManager) {
1708
1706
  requestConfig.withAgentManager(__privateGet(this, _options).agentManager);
1709
1707
  }