From: Andrew Dolgov Date: Mon, 29 May 2006 07:21:26 +0000 (+0100) Subject: all_counters_callback broken xml notify moved to debug X-Git-Tag: 1.2.0~19 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b00ed196e45afb33d48232d683bb88dbba489b56;p=tt-rss.git all_counters_callback broken xml notify moved to debug --- diff --git a/functions.js b/functions.js index 2d04c02a..3b6339b8 100644 --- a/functions.js +++ b/functions.js @@ -564,7 +564,7 @@ function all_counters_callback() { if (xmlhttp_rpc.readyState == 4) { try { if (!xmlhttp_rpc.responseXML || !xmlhttp_rpc.responseXML.firstChild) { - notify("[all_counters_callback] backend did not return valid XML"); + debug("[all_counters_callback] backend did not return valid XML"); return; } diff --git a/viewfeed.js b/viewfeed.js index 8e665acd..58b7d3ec 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -5,7 +5,6 @@ var xmlhttp_rpc = Ajax.getTransport(); function view(id, feed_id) { try { - debug("loading article: " + id + "/" + feed_id); var f_document = getFeedsContext().document;