mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove debug message
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
fce3c95733
commit
e6b71ed12b
@ -635,8 +635,6 @@ export class KubeApi<
|
|||||||
watchId = `${this.kind.toLowerCase()}-${this.watchId++}`,
|
watchId = `${this.kind.toLowerCase()}-${this.watchId++}`,
|
||||||
} = opts ?? {};
|
} = opts ?? {};
|
||||||
|
|
||||||
console.log(`watching ${this.apiBase} in namespace="${namespace}"`);
|
|
||||||
|
|
||||||
// Create AbortController for this request
|
// Create AbortController for this request
|
||||||
const abortController = new WrappedAbortController(opts?.abortController);
|
const abortController = new WrappedAbortController(opts?.abortController);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user