Skip to content

Commit

Permalink
[Scheduler] Delete old rAF implementation
Browse files Browse the repository at this point in the history
We've been using the message loop version for a while. Time to delete.
  • Loading branch information
acdlite committed Nov 1, 2019
1 parent 6dc2734 commit e553c17
Show file tree
Hide file tree
Showing 6 changed files with 342 additions and 1,495 deletions.
1 change: 0 additions & 1 deletion packages/scheduler/src/SchedulerFeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@

export const enableSchedulerDebugging = false;
export const enableIsInputPending = false;
export const enableMessageLoopImplementation = true;
export const enableProfiling = __PROFILE__;
Loading

0 comments on commit e553c17

Please sign in to comment.