Skip to content

Commit

Permalink
dataForRoots.set duplicate removal (#17993)
Browse files Browse the repository at this point in the history
dataForRoots.set duplicate removal
  • Loading branch information
cutjavascript authored Feb 6, 2020
1 parent 3f814e7 commit 901d76b
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
},
);
});
Expand Down

0 comments on commit 901d76b

Please sign in to comment.