From d83c475bb7625ac54a2d1de16dc12b7d9d036bfe Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 2 Jun 2020 15:25:50 +0100 Subject: [PATCH] v0.1.1 --- src/vector/dendrite-sw.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/vector/dendrite-sw.js b/src/vector/dendrite-sw.js index ee02cd3a..1c844989 100644 --- a/src/vector/dendrite-sw.js +++ b/src/vector/dendrite-sw.js @@ -16,7 +16,7 @@ // Dendrite Service Worker version // Bumping the patch version of this has no side-effects. // Bumping the minor version of this will delete databases. -const version = "0.1.0" +const version = "0.1.1"; const bundle_path = self.location.href.replace("/dendrite_sw.js", "") const id = Math.random(); @@ -56,7 +56,6 @@ function sleep(ms) { } function syncfs(isStartup) { - console.log("syncfs isStartup=",isStartup); return new Promise((resolve, reject) => { global._go_sqlite.FS.syncfs(isStartup, function(err) { if (err) {