diff --git a/calendar/prototypes/wcap/sun-calendar-event-dialog-freebusy.xml b/calendar/prototypes/wcap/sun-calendar-event-dialog-freebusy.xml index f0e1d2e5ffb..399209c3641 100644 --- a/calendar/prototypes/wcap/sun-calendar-event-dialog-freebusy.xml +++ b/calendar/prototypes/wcap/sun-calendar-event-dialog-freebusy.xml @@ -1025,7 +1025,6 @@ 0 0 0 - null null null null @@ -1112,12 +1111,6 @@ self.onUnload(); }; window.addEventListener("unload", unload, true); - - this.mConsoleService = - Components.classes[ - "@mozilla.org/consoleservice;1"] - .getService( - Components.interfaces.nsIConsoleService); ]]> @@ -1316,13 +1309,6 @@ // Update with 'no data available' until response will be received freebusy.onFreeBusy(null); try { - var msg = "request for <" + calid + "> on row <" + i + ">"; - var str = ("\n### freebusy log " + - start.toString() + - " " + - end.toString() + - "### " + (msg ? msg : "")); - this.mConsoleService.logStringMessage(str); var fbService = Components.classes["@mozilla.org/calendar/freebusy-service;1"] .getService(Components.interfaces.calIFreeBusyService); var fbListener = {