1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

remove accidental debug output from sanity check

This commit is contained in:
Andrew Dolgov 2005-12-30 17:26:46 +01:00
parent bc2369382c
commit 1e18cf4b5a

View File

@ -111,8 +111,6 @@ function backend_sanity_check_callback() {
if (xmlhttp.readyState == 4) {
try {
alert(xmlhttp.responseText);
if (!xmlhttp.responseXML) {
fatalError(3);