diff --git a/components/erFindFollowupItems.js b/components/erFindFollowupItems.js index c0eebc38..9f177fcb 100644 --- a/components/erFindFollowupItems.js +++ b/components/erFindFollowupItems.js @@ -107,14 +107,14 @@ erFindFollowupItemsRequest.prototype = { this.parent.xml2jxon = true; - exchWebService.commonFunctions.LOG("erFindFollowupItemsRequest.execute:"+String(req)); + // exchWebService.commonFunctions.LOG("erFindFollowupItemsRequest.execute:"+String(req)); this.parent.sendRequest(this.parent.makeSoapMessage(req), this.serverUrl); req = null; }, onSendOk: function _onSendOk(aExchangeRequest, aResp) { - exchWebService.commonFunctions.LOG("erFindFollowupItemsRequest.onSendOk:"+String(aResp)+"\n"); + // exchWebService.commonFunctions.LOG("erFindFollowupItemsRequest.onSendOk:"+String(aResp)+"\n"); var ids = []; diff --git a/components/erGetItems.js b/components/erGetItems.js index 5a662bb9..b8c57ef5 100644 --- a/components/erGetItems.js +++ b/components/erGetItems.js @@ -417,7 +417,7 @@ erGetItemsRequest.prototype = { this.parent.xml2json = true; - exchWebService.commonFunctions.LOG("erGetItemsRequest.execute: "+ xml2json.toString(req) +"\n"); + // exchWebService.commonFunctions.LOG("erGetItemsRequest.execute: "+ xml2json.toString(req) +"\n"); this.parent.sendRequest(this.parent.makeSoapMessage2(req), this.serverUrl); req = null; @@ -428,7 +428,7 @@ erGetItemsRequest.prototype = { onSendOk: function _onSendOk(aExchangeRequest, aResp) { - exchWebService.commonFunctions.LOG("erGetItemsRequest.onSendOk: "+ String(aResp)+"\n"); + // exchWebService.commonFunctions.LOG("erGetItemsRequest.onSendOk: "+ String(aResp)+"\n"); var rm = xml2json.XPath(aResp, "/s:Envelope/s:Body/m:GetItemResponse/m:ResponseMessages/m:GetItemResponseMessage[@ResponseClass='Success' and m:ResponseCode='NoError']/m:Items/*"); var rmErrorSearch = xml2json.XPath(aResp, "/s:Envelope/s:Body/m:GetItemResponse/m:ResponseMessages/m:GetItemResponseMessage"); diff --git a/components/erSubscribe.js b/components/erSubscribe.js index 928dacb5..6666bf23 100644 --- a/components/erSubscribe.js +++ b/components/erSubscribe.js @@ -81,9 +81,9 @@ erSubscribeRequest.prototype = { pr.addChildTag("Timeout", "nsTypes","1440"); } - exchWebService.commonFunctions.LOG(" ++ xml2jxon ++:"+this.parent.makeSoapMessage(req)); + // exchWebService.commonFunctions.LOG(" ++ xml2jxon ++:"+this.parent.makeSoapMessage(req)); - exchWebService.commonFunctions.LOG("erSubscribeRequest.execute:"+String(this.parent.makeSoapMessage(req))); + // exchWebService.commonFunctions.LOG("erSubscribeRequest.execute:"+String(this.parent.makeSoapMessage(req))); this.parent.xml2jxon = true; this.parent.sendRequest(this.parent.makeSoapMessage(req), this.serverUrl); req = null; @@ -92,7 +92,7 @@ erSubscribeRequest.prototype = { onSendOk: function _onSendOk(aExchangeRequest, aResp) { - exchWebService.commonFunctions.LOG("erSubscribeRequest.onSendOk:"+String(aResp)); + // exchWebService.commonFunctions.LOG("erSubscribeRequest.onSendOk:"+String(aResp)); // Get FolderID and ChangeKey var aError = false; var aCode = 0;