Skip to content

Commit

Permalink
[enzyme-adapter-utils] remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
dferber90 committed Nov 6, 2018
1 parent b3f0123 commit d6383d5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ const Wrapper = (intersects('>= 0.14', React.version)
)();

export default function wrap(element) {
console.log(React.version, Wrapper);
return <Wrapper>{element}</Wrapper>;
}

0 comments on commit d6383d5

Please sign in to comment.