From 807b086dac4003ab750ee287f8d41fc32ea16e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastian=20Czech?= Date: Wed, 27 Nov 2024 10:06:39 +0100 Subject: [PATCH] feat(xo-6): remove code not relevant of store --- @xen-orchestra/web/src/stores/xo-rest-api/pif.store.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/@xen-orchestra/web/src/stores/xo-rest-api/pif.store.ts b/@xen-orchestra/web/src/stores/xo-rest-api/pif.store.ts index 4db3c16b934..3907d672faf 100644 --- a/@xen-orchestra/web/src/stores/xo-rest-api/pif.store.ts +++ b/@xen-orchestra/web/src/stores/xo-rest-api/pif.store.ts @@ -12,7 +12,6 @@ export const usePifStore = defineStore('pif', () => { baseContext.records.value.forEach(pif => { const hostId = pif.$host - // const network = networkContext.records.value.find(network => network.id === pif.$network) if (!pifsByHostMap.has(hostId)) { pifsByHostMap.set(hostId, []) }