diff --git a/src/renderer/api/kube-watch-api.ts b/src/renderer/api/kube-watch-api.ts index 85d29751a5..56c3fc1c86 100644 --- a/src/renderer/api/kube-watch-api.ts +++ b/src/renderer/api/kube-watch-api.ts @@ -111,7 +111,6 @@ export class KubeWatchApi { protected async onRouteEvent(event: IKubeWatchRouteEvent) { if (event.type === "STREAM_END") { - console.log("stream end") this.disconnect(); const { apiBase, namespace } = KubeApi.parseApi(event.url); const api = apiManager.getApi(apiBase);