Skip to content

Commit 901d76b

Browse files
dataForRoots.set duplicate removal (facebook#17993)
dataForRoots.set duplicate removal
1 parent 3f814e7 commit 901d76b

File tree

1 file changed

+0
-11
lines changed
  • packages/react-devtools-shared/src/devtools/views/Profiler

1 file changed

+0
-11
lines changed

packages/react-devtools-shared/src/devtools/views/Profiler/utils.js

-11
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,6 @@ export function prepareProfilingDataFrontendFromBackendAndStore(
100100
rootID,
101101
snapshots,
102102
});
103-
104-
dataForRoots.set(rootID, {
105-
commitData: filteredCommitData,
106-
displayName,
107-
initialTreeBaseDurations: new Map(initialTreeBaseDurations),
108-
interactionCommits: new Map(interactionCommits),
109-
interactions: new Map(interactions),
110-
operations: filteredOperations,
111-
rootID,
112-
snapshots,
113-
});
114103
},
115104
);
116105
});

0 commit comments

Comments
 (0)