From c27ff2c052be4741145d9d973fa959a0f2e42f67 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Sun, 5 Apr 2020 09:42:32 +0300 Subject: [PATCH] cleanup Signed-off-by: Jari Kolehmainen --- src/main/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/index.ts b/src/main/index.ts index d668d1e8cf..ec30792bd1 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -100,9 +100,6 @@ async function main() { }) }, }, promiseIpc) - - // download helm cli - helmCli.ensureBinary() } app.on("ready", main)