diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 2a19184c4..8d3b840ca 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -74,7 +74,6 @@ define([ }).nThen(function () { cb(); }); }; - // OKTEAM Store.get = function (clientId, data, cb) { var s = getStore(data.teamId); if (!s) { return void cb({ error: 'ENOTFOUND' }); }