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 18, 2021
1 parent 384192b commit d01743c
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 878 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;
},
});
});

0 comments on commit d01743c

Please sign in to comment.