From d951bab1be689313eeb4ea3382863bbffe0e2045 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 30 Oct 2008 07:15:16 +0000 Subject: [PATCH] Remove extraneous debugging --- chrome/content/zotero/xpcom/sync.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 2e7749fa87..de47a4c639 100644 --- 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); }