From: Andrew Dolgov Date: Fri, 30 Dec 2005 16:26:46 +0000 (+0100) Subject: remove accidental debug output from sanity check X-Git-Tag: schema_freeze_for_1.1.2~25 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1e18cf4b5a9cb96bd8edc78f0cbe098e6b8a1d28;p=tt-rss.git remove accidental debug output from sanity check --- diff --git a/tt-rss.js b/tt-rss.js index 28341262..85c4564d 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);