Remove debuging output.

Monotone-Parent: 565a1bad1f0abc7187afc4117f947fa311875346
Monotone-Revision: 543e45199920400765ecaa8cf762102cd49ee1cb

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-10-14T22:39:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-10-14 22:39:53 +00:00
parent 4cfa21406e
commit 8bb4876d0e

View File

@@ -1142,10 +1142,9 @@ function ICalendarButtonCallback(http) {
window.location.reload();
}
else {
log ("ICalendarButtonCallback");
if (isHttpStatus204(http.status)) {
var oldMsg = http.callbackData;
var msg = Mailer.currentMailbox + "/" + Mailer.currentMessages[Mailer.currentMailbox]; log (oldMsg + " => " + msg);
var msg = Mailer.currentMailbox + "/" + Mailer.currentMessages[Mailer.currentMailbox];
deleteCachedMessage(oldMsg);
if (oldMsg == msg) {
loadMessage(Mailer.currentMessages[Mailer.currentMailbox]);