From: Andrew Dolgov Date: Tue, 1 Aug 2006 08:10:10 +0000 (+0100) Subject: disable lock warning in refetch cycle X-Git-Tag: schema_freeze_for_1.2.2~43 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bed0f18f7ac7e88e8d9c7214f98835628e08fc6b;p=tt-rss.git disable lock warning in refetch cycle --- diff --git a/tt-rss.js b/tt-rss.js index e3d09ec3..0f45c806 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(); } }