removed prints

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-01 13:34:14 -05:00
parent d7beea240c
commit 074700ddfe

View File

@ -328,7 +328,6 @@ import Combine
}
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
print("touchesEnded")
knobReformAnimation()
// Action only occurs of the user lifts up from withing acceptable region of the toggle.
let value = 20.0
@ -339,7 +338,6 @@ import Combine
}
open override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
print("touchesCancelled")
knobReformAnimation()
sendActions(for: .touchCancel)
}