Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Sep 3, 2024
1 parent 109051f commit 5e512a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Slides/Menu/SlideList.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class SlideList extends Component {
});

this.props.setSelectedAccordion(...this.props.selectedParticipant.slides[slideTypes[currentSlideTypeIndex]][slidePosition].slideType)
console.log(this.props.selectedParticipant.slides[slideTypes[currentSlideTypeIndex]][slidePosition].slideType)
this.handleShowGridCheckbox(this.props.selectedParticipant.slides[slideTypes[currentSlideTypeIndex]][slidePosition].slideType)
this.toggle(currentSlideTypeIndex)
this.props.setSelectedSlide(nextSlide);
Expand Down

0 comments on commit 5e512a0

Please sign in to comment.