summaryrefslogtreecommitdiff
path: root/js/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/App.js')
-rw-r--r--js/App.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/App.js b/js/App.js
index 0c4c72f22..f1c4bc1c3 100644
--- a/js/App.js
+++ b/js/App.js
@@ -829,11 +829,6 @@ const App = {
Headlines.initScrollHandler();
- if (this.getInitParam("simple_update")) {
- console.log("scheduling simple feed updater...");
- window.setInterval(() => { Feeds.updateRandom() }, 30 * 1000);
- }
-
if (this.getInitParam('check_for_updates')) {
window.setInterval(() => {
this.checkForUpdates();