]> git.wh0rd.org - tt-rss.git/commitdiff
remove accidental debug output from sanity check
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 30 Dec 2005 16:26:46 +0000 (17:26 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 30 Dec 2005 16:26:46 +0000 (17:26 +0100)
tt-rss.js

index 283412623a2ad90414563e91266a2d04a74a7d04..85c4564dffe93f6393a26db5db9c5c9cc23f306f 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -111,8 +111,6 @@ function backend_sanity_check_callback() {
        if (xmlhttp.readyState == 4) {
 
                try {
-
-                       alert(xmlhttp.responseText);
                
                        if (!xmlhttp.responseXML) {
                                fatalError(3);