Skip to content

Commit

Permalink
chore(react): remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeyhrt committed Nov 5, 2021
1 parent 6a5d7e3 commit ffdb983
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/components/ComposedModal/ComposedModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ export default class ComposedModal extends Component {
return;
}
if (this.innerModal.current) {
console.log('useEffect', this.innerModal.current);
this.focusButton(this.innerModal.current);
}
}
Expand All @@ -209,7 +208,6 @@ export default class ComposedModal extends Component {
this.outerModal.current.offsetHeight &&
this.beingOpen
) {
console.log('handleTransitionEnd', evt.currentTarget);
this.focusButton(evt.currentTarget);
this.beingOpen = false;
}
Expand Down

0 comments on commit ffdb983

Please sign in to comment.