diff --git a/mozilla/calendar/providers/wcap/calWcapRequest.js b/mozilla/calendar/providers/wcap/calWcapRequest.js index 2afa69c1f1d..930cf5772f1 100644 --- a/mozilla/calendar/providers/wcap/calWcapRequest.js +++ b/mozilla/calendar/providers/wcap/calWcapRequest.js @@ -215,7 +215,6 @@ calWcapRequest.prototype = { }, cancel: function calWcapRequest_cancel(status) { - log("cancel.", this); if (!status) status = calIErrors.OPERATION_CANCELLED; this.execRespFunc(status); @@ -277,7 +276,6 @@ calWcapNetworkRequest.prototype = { }, cancel: function calWcapNetworkRequest_cancel(status) { - log("cancel.", this); if (!status) status = calIErrors.OPERATION_CANCELLED; this.execRespFunc(status);