1
0
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:
Sebastian Malton 2022-08-19 12:30:06 -04:00
parent fce3c95733
commit e6b71ed12b

View File

@ -635,8 +635,6 @@ export class KubeApi<
watchId = `${this.kind.toLowerCase()}-${this.watchId++}`,
} = opts ?? {};
console.log(`watching ${this.apiBase} in namespace="${namespace}"`);
// Create AbortController for this request
const abortController = new WrappedAbortController(opts?.abortController);