1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-17 20:51:28 +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

@@ -112,8 +112,6 @@ function backend_sanity_check_callback() {
try { try {
alert(xmlhttp.responseText);
if (!xmlhttp.responseXML) { if (!xmlhttp.responseXML) {
fatalError(3); fatalError(3);
return; return;