From 72ffd78143964005f721d6148fb82481cd5874b8 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 9 Sep 2010 01:57:36 +0000 Subject: [PATCH] Remove debug code --- chrome/content/zotero/xpcom/storage/zfs.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js index 1f5caaf81d..8dd558b3f0 100644 --- 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);