Skip to content

Commit 9616a8c

Browse files
committed
Removing console.log
1 parent e57bab5 commit 9616a8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: lib/components/Modal.js

-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ var Modal = module.exports = React.createClass({
5050
ariaAppHider.toggle(props.isOpen, props.appElement);
5151
}
5252
sanitizeProps(props);
53-
console.log('hi');
5453
if (this.portal)
5554
this.portal.setProps(props);
5655
else
@@ -65,4 +64,3 @@ var Modal = module.exports = React.createClass({
6564
function sanitizeProps(props) {
6665
delete props.ref;
6766
}
68-

0 commit comments

Comments
 (0)