We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389a2de commit 4a86ec5Copy full SHA for 4a86ec5
packages/react-devtools-shared/src/backend/agent.js
@@ -714,10 +714,6 @@ export default class Agent extends EventEmitter<{
714
) {
715
this._rendererInterfaces[rendererID] = rendererInterface;
716
717
- if (this._isProfiling) {
718
- rendererInterface.startProfiling(this._recordChangeDescriptions);
719
- }
720
-
721
rendererInterface.setTraceUpdatesEnabled(this._traceUpdatesEnabled);
722
723
// When the renderer is attached, we need to tell it whether
0 commit comments