From bed0f18f7ac7e88e8d9c7214f98835628e08fc6b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 Aug 2006 09:10:10 +0100 Subject: disable lock warning in refetch cycle --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt-rss.js b/tt-rss.js index e3d09ec31..0f45c8060 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -191,7 +191,7 @@ function scheduleFeedUpdate(force) { xmlhttp.send(null); } else { debug("xmlhttp busy"); - printLockingError(); + //printLockingError(); } } -- cgit v1.2.3