From 1e18cf4b5a9cb96bd8edc78f0cbe098e6b8a1d28 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 30 Dec 2005 17:26:46 +0100 Subject: remove accidental debug output from sanity check --- tt-rss.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'tt-rss.js') 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); -- cgit v1.2.3