Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web authored Feb 5, 2024
1 parent 78a9cae commit aa21ff2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/core.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ class Swiper {
}

slidesPerViewDynamic(view = 'current', exact = false) {
console.log('debug');
const swiper = this;
const { params, slides, slidesGrid, slidesSizesGrid, size: swiperSize, activeIndex } = swiper;
let spv = 1;
Expand Down

0 comments on commit aa21ff2

Please sign in to comment.