@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.
@@ -1700,8 +1700,6 @@ class FhirClient {
1700
1700
  }
1701
1701
  const accessToken = await __privateGet(this, _options).GetAccessToken();
1702
1702
  const requestConfig = new STSAxiosConfig(url, httpVerb).withAuthHeaders(accessToken, __privateGet(this, _DUMMY_USER)).withData(filters ? filters : domainResource ? domainResource : void 0);
1703
- console.log(`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^`);
1704
- console.log(requestConfig);
1705
1703
  if (isNode && __privateGet(this, _options).agentManager) {
1706
1704
  requestConfig.withAgentManager(__privateGet(this, _options).agentManager);
1707
1705
  }