Skip to content

Commit

Permalink
Remove commented out console logs in modal.slice.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Nov 17, 2023
1 parent cd2193f commit 5e0807e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/modal.slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ const modalSlice = createSlice({
returnFocusElement();
}
// Enables background scrolling to use when last modal is closed
// console.log(getConf("modalIds", configuration));
// console.log(state.modalIds.length);
if (state.modalIds.length === 0) {
document.body.style.overflow = "";
}
Expand Down

0 comments on commit 5e0807e

Please sign in to comment.