Skip to content

Commit

Permalink
[enzyme-adapter-react-16.3] remove unneeded Profiler line
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 28, 2018
1 parent a8d5e94 commit 595b654
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ class ReactSixteenThreeAdapter extends EnzymeAdapter {
case AsyncMode || NaN: return 'AsyncMode';
case Fragment || NaN: return 'Fragment';
case StrictMode || NaN: return 'StrictMode';
case Profiler || NaN: return 'Profiler';
case Portal || NaN: return 'Portal';
}
}
Expand Down

0 comments on commit 595b654

Please sign in to comment.