removed prints
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
d7beea240c
commit
074700ddfe
@ -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)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user