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); }