From 4a829eea7c7f72efdeabf49ae819c44fba9af3be Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Mon, 3 Jun 2024 14:31:35 -0400 Subject: [PATCH] remove test code --- .../Atomic/Atoms/Views/CarouselIndicator/BarsIndicatorView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Atoms/Views/CarouselIndicator/BarsIndicatorView.swift b/MVMCoreUI/Atomic/Atoms/Views/CarouselIndicator/BarsIndicatorView.swift index 3f3792d3..191ee0f1 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/CarouselIndicator/BarsIndicatorView.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/CarouselIndicator/BarsIndicatorView.swift @@ -123,7 +123,6 @@ open class BarsIndicatorView: CarouselIndicator { bottomAnchor.constraint(equalTo: stackView.bottomAnchor), trailingAnchor.constraint(equalTo: stackView.trailingAnchor) ]) - bounds = CGRectMake(0, 0, 100, Padding.One) } //--------------------------------------------------