From 5c5b0077e1527a3f6eb4d16a41a5b3f010c6f7ac Mon Sep 17 00:00:00 2001 From: "Tondapu, Alekhya" Date: Fri, 23 Jul 2021 00:50:16 +0530 Subject: [PATCH] Removed unwanted code --- MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift b/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift index a693ce2a..102bec40 100644 --- a/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift +++ b/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift @@ -223,7 +223,6 @@ open class Carousel: View { molecule.moleculeName == pagingMoleculeName { pagingView?.set(with: molecule, delegateObject, nil) pagingView?.numberOfPages = numberOfPages - //pagingView?.currentIndex = currentIndex return }