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 8e50058
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 1,112 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;
},
});
});
234 changes: 0 additions & 234 deletions packages/scheduler/src/SchedulerProfiling.js

This file was deleted.

0 comments on commit 8e50058

Please sign in to comment.