Remove refactoring comment

This commit is contained in:
yflory 2019-10-07 18:38:49 +02:00
parent 5ab3f39fb8
commit 75b3c99d04

View File

@ -74,7 +74,6 @@ define([
}).nThen(function () { cb(); }); }).nThen(function () { cb(); });
}; };
// OKTEAM
Store.get = function (clientId, data, cb) { Store.get = function (clientId, data, cb) {
var s = getStore(data.teamId); var s = getStore(data.teamId);
if (!s) { return void cb({ error: 'ENOTFOUND' }); } if (!s) { return void cb({ error: 'ENOTFOUND' }); }