summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-01 09:10:10 +0100
committerAndrew Dolgov <[email protected]>2006-08-01 09:10:10 +0100
commitbed0f18f7ac7e88e8d9c7214f98835628e08fc6b (patch)
treeb375175288319ac86476e30c54584ee2ec16063a /tt-rss.js
parentde1ca88885751ee1651ca1fceab4d6b5926989f6 (diff)
disable lock warning in refetch cycle
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
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();
}
}