www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 72ffd78143964005f721d6148fb82481cd5874b8
parent dea1adc91713d0b3a2577b4abe91b40152c1cbd8
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  9 Sep 2010 01:57:36 +0000

Remove debug code


Diffstat:
Mchrome/content/zotero/xpcom/storage/zfs.js | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js @@ -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);