From 75b3c99d04be4577ec4bfa1aa6b9c6f016c3fc05 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 7 Oct 2019 18:38:49 +0200 Subject: [PATCH] Remove refactoring comment --- www/common/outer/async-store.js | 1 - 1 file changed, 1 deletion(-) 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' }); }