Bug 340949: removed misleading cancel log entries

git-svn-id: svn://10.0.0.236/trunk@240234 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
daniel.boelzle%sun.com
2007-12-02 00:17:15 +00:00
parent a3fe2e6998
commit 91ba411f6d

View File

@@ -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);