Skip to content

Commit

Permalink
feat(xo-6): remove code not relevant of store
Browse files Browse the repository at this point in the history
  • Loading branch information
CzechSebastian committed Nov 27, 2024
1 parent b89fb35 commit 807b086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion @xen-orchestra/web/src/stores/xo-rest-api/pif.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, [])
}
Expand Down

0 comments on commit 807b086

Please sign in to comment.