remove accidental debug output from sanity check
This commit is contained in:
parent
bc2369382c
commit
1e18cf4b5a
1 changed files with 0 additions and 2 deletions
|
@ -111,8 +111,6 @@ function backend_sanity_check_callback() {
|
|||
if (xmlhttp.readyState == 4) {
|
||||
|
||||
try {
|
||||
|
||||
alert(xmlhttp.responseText);
|
||||
|
||||
if (!xmlhttp.responseXML) {
|
||||
fatalError(3);
|
||||
|
|
Loading…
Reference in a new issue