Skip to content

Commit 72f3857

Browse files
author
Brian Vaughn
committed
Removed Scheduler sampling profiler
1 parent 2deb6f8 commit 72f3857

12 files changed

+12
-1111
lines changed

packages/scheduler/npm/umd/scheduler.development.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,5 @@
144144
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
145145
.Scheduler.unstable_UserBlockingPriority;
146146
},
147-
get unstable_Profiling() {
148-
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
149-
.Scheduler.unstable_Profiling;
150-
},
151147
});
152148
});

packages/scheduler/npm/umd/scheduler.production.min.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,5 @@
138138
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
139139
.Scheduler.unstable_UserBlockingPriority;
140140
},
141-
get unstable_Profiling() {
142-
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
143-
.Scheduler.unstable_Profiling;
144-
},
145141
});
146142
});

packages/scheduler/npm/umd/scheduler.profiling.min.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,5 @@
138138
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
139139
.Scheduler.unstable_UserBlockingPriority;
140140
},
141-
get unstable_Profiling() {
142-
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
143-
.Scheduler.unstable_Profiling;
144-
},
145141
});
146142
});

packages/scheduler/src/SchedulerFeatureFlags.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88

99
export const enableSchedulerDebugging = false;
1010
export const enableIsInputPending = false;
11-
export const enableProfiling = false;

packages/scheduler/src/SchedulerProfiling.js

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)