Remove refactoring comment
parent
5ab3f39fb8
commit
75b3c99d04
|
@ -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' }); }
|
||||
|
|
Loading…
Reference in New Issue