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

Remove commented code.

Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
Panu Horsmalahti 2022-01-19 11:34:40 +02:00
parent 683515b7d7
commit 8c6afc6743

View File

@ -309,7 +309,6 @@ export class ExtensionLoader {
const extensions = [...installedExtensions.entries()]
.map(([extId, extension]) => {
// for (const [extId, extension] of installedExtensions) {
const alreadyInit = this.instances.has(extId) || this.nonInstancesByName.has(extension.manifest.name);
if (extension.isCompatible && extension.isEnabled && !alreadyInit) {