1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

remove debug

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-05-05 12:32:12 -04:00
parent fcbd42dbc8
commit 9e7a8e78f3

View File

@ -283,8 +283,6 @@ export abstract class KubeObjectStore<T extends KubeObject = any> extends ItemSt
const abortController = new AbortController();
const [clusterScopedApis, namespaceScopedApis] = bifurcateArray(apis, api => api.isNamespaced);
console.log([clusterScopedApis, namespaceScopedApis]);
for (const api of namespaceScopedApis) {
const store = apiManager.getStore(api);