Skip to content

Commit

Permalink
Remove console log from mock test
Browse files Browse the repository at this point in the history
  • Loading branch information
idmontie committed Dec 24, 2016
1 parent 0e62d93 commit 0327d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Wrapper.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class Mock extends React.Component {
}

render() {
console.log(this.context.ionPlatform);
return <div>{this.context.ionPlatform.test}</div>;
}
}
Expand Down

0 comments on commit 0327d33

Please sign in to comment.