From dda115a6aa4c94a8372635e125d261873156364f Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 4 Sep 2019 17:19:10 +0200 Subject: [PATCH] lint compliance --- www/common/outer/async-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 0b4aa49f4..4a7696749 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -1792,7 +1792,7 @@ define([ // If we don't check now, Listmap will create an empty proxy if it no longer exists on // the server. nThen(function (waitFor) { - var edPublic = store.proxy.edPublic; + //var edPublic = store.proxy.edPublic; /*var checkExpired = Object.keys(shared).filter(function (fId) { var d = shared[fId]; return (Array.isArray(d.owners) && d.owners.length &&