From 794589ac7eca32b4466054bd42ceebbfbf64a0f0 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 17 Feb 2021 14:06:28 +0100 Subject: [PATCH] Remove TODO comment --- 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 4cd50eabb..2c5cb5b4c 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -2584,7 +2584,7 @@ define([ postMessage(clientId, 'LOADING_DRIVE', data); }); }).nThen(function (waitFor) { - loadUniversal(Team, 'team', waitFor, clientId); // TODO load teams offline + loadUniversal(Team, 'team', waitFor, clientId); }).nThen(function () { cb(); });