Removed unwanted code

This commit is contained in:
Tondapu, Alekhya 2021-07-23 00:50:16 +05:30
parent d3e02c3bd0
commit 5c5b0077e1

View File

@ -223,7 +223,6 @@ open class Carousel: View {
molecule.moleculeName == pagingMoleculeName {
pagingView?.set(with: molecule, delegateObject, nil)
pagingView?.numberOfPages = numberOfPages
//pagingView?.currentIndex = currentIndex
return
}