www

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

commit d951bab1be689313eeb4ea3382863bbffe0e2045
parent 6f4414ed4d72662355f15a0f51e343941d34ec82
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 30 Oct 2008 07:15:16 +0000

Remove extraneous debugging


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

diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js @@ -734,7 +734,6 @@ Zotero.Sync.Server = new function () { if (response.firstChild.tagName == 'error') { // handle error - Zotero.debug(xmlhttp.responseText); _error(response.firstChild.firstChild.nodeValue); } @@ -825,7 +824,6 @@ Zotero.Sync.Server = new function () { if (response.firstChild.tagName == 'error') { // handle error - Zotero.debug(xmlhttp.responseText); _error(response.firstChild.firstChild.nodeValue); }