Additional debugging

This commit is contained in:
Dan Stillman 2009-12-19 00:49:02 +00:00
parent 18c7e6728f
commit dd1eed6c9e

View File

@ -113,6 +113,7 @@ Zotero.Sync.Storage.Session.ZFS.prototype._getStorageFileInfo = function (item,
Zotero.debug(req.status); Zotero.debug(req.status);
Zotero.debug(item.key); Zotero.debug(item.key);
Zotero.debug(req.responseText); Zotero.debug(req.responseText);
Zotero.debug(req.getAllResponseHeaders());
//callback(item, false); //callback(item, false);
//return; //return;
} }