Remove TODO comment

pull/1/head
yflory 4 years ago
parent 64452dc1c0
commit 794589ac7e

@ -2584,7 +2584,7 @@ define([
postMessage(clientId, 'LOADING_DRIVE', data); postMessage(clientId, 'LOADING_DRIVE', data);
}); });
}).nThen(function (waitFor) { }).nThen(function (waitFor) {
loadUniversal(Team, 'team', waitFor, clientId); // TODO load teams offline loadUniversal(Team, 'team', waitFor, clientId);
}).nThen(function () { }).nThen(function () {
cb(); cb();
}); });

Loading…
Cancel
Save