dataForRoots.set duplicate removal (#17993)
dataForRoots.set duplicate removal
This commit is contained in:
parent
3f814e7582
commit
901d76bc5c
|
|
@ -100,17 +100,6 @@ export function prepareProfilingDataFrontendFromBackendAndStore(
|
|||
rootID,
|
||||
snapshots,
|
||||
});
|
||||
|
||||
dataForRoots.set(rootID, {
|
||||
commitData: filteredCommitData,
|
||||
displayName,
|
||||
initialTreeBaseDurations: new Map(initialTreeBaseDurations),
|
||||
interactionCommits: new Map(interactionCommits),
|
||||
interactions: new Map(interactions),
|
||||
operations: filteredOperations,
|
||||
rootID,
|
||||
snapshots,
|
||||
});
|
||||
},
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue