summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tt-rss.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 283412623..85c4564df 100644
--- 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);