Skip to content

Commit

Permalink
Removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Nov 10, 2014
1 parent e57bab5 commit 9616a8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/components/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ var Modal = module.exports = React.createClass({
ariaAppHider.toggle(props.isOpen, props.appElement);
}
sanitizeProps(props);
console.log('hi');
if (this.portal)
this.portal.setProps(props);
else
Expand All @@ -65,4 +64,3 @@ var Modal = module.exports = React.createClass({
function sanitizeProps(props) {
delete props.ref;
}

0 comments on commit 9616a8c

Please sign in to comment.