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, []) }