@itentialopensource/adapter-utils 5.10.21 → 5.10.22
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.
- package/lib/connectorRest.js +3 -1
- package/package.json +1 -1
package/lib/connectorRest.js
CHANGED
|
@@ -789,7 +789,9 @@ function makeRequest(request, entitySchema, callProperties, startTrip, attempt,
|
|
|
789
789
|
healthy = true;
|
|
790
790
|
doneH2(true);
|
|
791
791
|
}, (retH2) => {
|
|
792
|
-
|
|
792
|
+
// COMMENTING OUT THE COMPLETE LOG until we figure out how to handle scrubbing
|
|
793
|
+
// log.debug(`${origin}: CALL RETURN ${JSON.stringify(propUtilInst.scrubSensitiveInfo(callResp, addSensitiveItems))}`);
|
|
794
|
+
log.debug(`${origin}: CALL RETURNED`);
|
|
793
795
|
useProt = undefined;
|
|
794
796
|
callResp.reqHdr = request.header.headers;
|
|
795
797
|
return callback(callResp);
|