Skip to content

Commit

Permalink
Removed Scheduler sampling profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Feb 17, 2021
1 parent 2deb6f8 commit 72f3857
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 1,111 deletions.
4 changes: 0 additions & 4 deletions packages/scheduler/npm/umd/scheduler.development.js
Expand Up @@ -144,9 +144,5 @@
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
.Scheduler.unstable_UserBlockingPriority;
},
get unstable_Profiling() {
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
.Scheduler.unstable_Profiling;
},
});
});
4 changes: 0 additions & 4 deletions packages/scheduler/npm/umd/scheduler.production.min.js
Expand Up @@ -138,9 +138,5 @@
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
.Scheduler.unstable_UserBlockingPriority;
},
get unstable_Profiling() {
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
.Scheduler.unstable_Profiling;
},
});
});
4 changes: 0 additions & 4 deletions packages/scheduler/npm/umd/scheduler.profiling.min.js
Expand Up @@ -138,9 +138,5 @@
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
.Scheduler.unstable_UserBlockingPriority;
},
get unstable_Profiling() {
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
.Scheduler.unstable_Profiling;
},
});
});
1 change: 0 additions & 1 deletion packages/scheduler/src/SchedulerFeatureFlags.js
Expand Up @@ -8,4 +8,3 @@

export const enableSchedulerDebugging = false;
export const enableIsInputPending = false;
export const enableProfiling = false;
229 changes: 0 additions & 229 deletions packages/scheduler/src/SchedulerProfiling.js

This file was deleted.

0 comments on commit 72f3857

Please sign in to comment.