From 91ba411f6dfbedeea550daef16ecd17369d74f5e Mon Sep 17 00:00:00 2001 From: "daniel.boelzle%sun.com" Date: Sun, 2 Dec 2007 00:17:15 +0000 Subject: [PATCH] Bug 340949: removed misleading cancel log entries git-svn-id: svn://10.0.0.236/trunk@240234 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/calendar/providers/wcap/calWcapRequest.js | 2 -- 1 file changed, 2 deletions(-) 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);