removed test code

This commit is contained in:
Kevin G Christiano 2020-02-27 11:46:17 -05:00
parent 5640129cdf
commit 78673b824e

View File

@ -26,9 +26,6 @@ open class Arrow: View {
open override func setupView() {
super.setupView()
heightAnchor.constraint(equalToConstant: 40).isActive = true
widthAnchor.constraint(equalToConstant: 40).isActive = true
drawShapeLayer()
isOpaque = false
layer.addSublayer(arrowLayer)