Remove extraneous debugging

This commit is contained in:
Dan Stillman 2008-10-30 07:15:16 +00:00
parent 6f4414ed4d
commit d951bab1be

View file

@ -734,7 +734,6 @@ Zotero.Sync.Server = new function () {
if (response.firstChild.tagName == 'error') { if (response.firstChild.tagName == 'error') {
// handle error // handle error
Zotero.debug(xmlhttp.responseText);
_error(response.firstChild.firstChild.nodeValue); _error(response.firstChild.firstChild.nodeValue);
} }
@ -825,7 +824,6 @@ Zotero.Sync.Server = new function () {
if (response.firstChild.tagName == 'error') { if (response.firstChild.tagName == 'error') {
// handle error // handle error
Zotero.debug(xmlhttp.responseText);
_error(response.firstChild.firstChild.nodeValue); _error(response.firstChild.firstChild.nodeValue);
} }