From 9616a8c45baab06c7b8439bae93ca1e80058b02c Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Mon, 10 Nov 2014 16:02:31 -0700 Subject: [PATCH] Removing console.log --- lib/components/Modal.js | 2 -- 1 file changed, 2 deletions(-) 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; } -