1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 05:35:56 +00: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);