mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 09:48:51 +00:00
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:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user