Remove extra debug line that's getting in the way
This commit is contained in:
parent
78a514c29e
commit
c44b7a5c14
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user