remove test code

This commit is contained in:
Scott Pfeil 2024-06-03 14:31:35 -04:00
parent 5e9f33efa8
commit 4a829eea7c

View File

@ -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)
}
//--------------------------------------------------