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(); } }