summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/offline.js b/offline.js
index 9054ea455..010bbe05e 100644
--- a/offline.js
+++ b/offline.js
@@ -854,8 +854,6 @@ function update_offline_data(stage) {
if (!db || offline_mode || getInitParam("offline_enabled") != "1") return;
-// notify_progress("Updating offline data... (" + stage +")", true);
-
var query = "backend.php?op=rpc&subop=download";
var rs = db.execute("SELECT MAX(id), MIN(id) FROM articles");