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:
parent
c3f956675a
commit
ac42d7e365
@ -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}`);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user