Remove debug code
This commit is contained in:
parent
dea1adc917
commit
72ffd78143
1 changed files with 0 additions and 4 deletions
|
@ -259,10 +259,6 @@ Zotero.Sync.Storage.Session.ZFS.prototype.downloadFile = function (request) {
|
|||
},
|
||||
onStop: function (request, status, response, data) {
|
||||
if (status != 200) {
|
||||
try {
|
||||
Zotero.debug(this._response);
|
||||
}
|
||||
catch (e) {}
|
||||
var msg = "Unexpected status code " + status
|
||||
+ " for request " + data.request.name + " in Zotero.Sync.Storage.Session.ZFS.downloadFile()";
|
||||
Zotero.debug(msg, 1);
|
||||
|
|
Loading…
Reference in a new issue