Remove extra debug line that's getting in the way

This commit is contained in:
Dan Stillman 2010-02-06 15:39:21 +00:00
parent 78a514c29e
commit c44b7a5c14

View File

@ -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;