diff --git a/lib/components/Modal.js b/lib/components/Modal.js index ac9b5920..c9059f3d 100644 --- a/lib/components/Modal.js +++ b/lib/components/Modal.js @@ -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 @@ -65,4 +64,3 @@ var Modal = module.exports = React.createClass({ function sanitizeProps(props) { delete props.ref; } -