summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-30 17:26:46 +0100
committerAndrew Dolgov <[email protected]>2005-12-30 17:26:46 +0100
commit1e18cf4b5a9cb96bd8edc78f0cbe098e6b8a1d28 (patch)
tree83fda02f2e95ef1249d96dc5da33e5ecc5cbc80f /tt-rss.js
parentbc2369382ccc3619c07c73f6f1b806946ab42bfa (diff)
remove accidental debug output from sanity check
Diffstat (limited to 'tt-rss.js')
-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);