dataForRoots.set duplicate removal (#17993)

dataForRoots.set duplicate removal
This commit is contained in:
cutjavascript 2020-02-07 01:18:02 +05:30 committed by GitHub
parent 3f814e7582
commit 901d76bc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -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,
});
},
);
});