Remove extraneous debugging
This commit is contained in:
parent
6f4414ed4d
commit
d951bab1be
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue