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:
parent
fcbd42dbc8
commit
9e7a8e78f3
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user