commit c44b7a5c14b471e52de7e623f1d675c5208096d6
parent 78a514c29ef4e46ca44e77f719a4de0b914e9703
Author: Dan Stillman <dstillman@zotero.org>
Date: Sat, 6 Feb 2010 15:39:21 +0000
Remove extra debug line that's getting in the way
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js
@@ -123,7 +123,6 @@ Zotero.Sync.Storage.Session.ZFS.prototype._getStorageFileInfo = function (item,
+ " (" + Zotero.Items.getLibraryKeyHash(item) + ")";
Zotero.debug(msg, 1);
Zotero.debug(req.responseText);
- Zotero.debug(req.getAllResponseHeaders());
Components.utils.reportError(msg);
self.onError();
return;