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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user