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(item.key);
Zotero.debug(req.responseText);
Zotero.debug(req.getAllResponseHeaders());
//callback(item, false);
//return;
}