From c44b7a5c14b471e52de7e623f1d675c5208096d6 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 6 Feb 2010 15:39:21 +0000 Subject: [PATCH] Remove extra debug line that's getting in the way --- chrome/content/zotero/xpcom/storage/zfs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js index 813f04b73..7e00ab2b3 100644 --- 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;