1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove console.log

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-06-03 08:56:30 -04:00
parent c3f956675a
commit ac42d7e365

View File

@ -72,8 +72,6 @@ export class Kubectl {
version = new SemVer(Kubectl.bundledKubectlVersion);
}
console.log(`Parsed ${clusterVersion} as ${version}`);
const fromMajorMinor = kubectlMap.get(`${version.major}.${version.minor}`);
/**