Skip to content

Commit

Permalink
Some cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthein committed Oct 10, 2019
1 parent 6bab762 commit 8862b30
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Ease/Classes/Ease.swift
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,6 @@ internal extension EaseObserver {
previousVelocity = velocity
velocity = velocity - (acceleration * duration)
value = value + (velocity * duration)

if value.values.count == 1 {
print("velocity:\(velocity), previousVelocity:\(previousVelocity), value:\(value), targetValue:\(targetValue)")
}

}

func rubberBand() {
Expand Down

0 comments on commit 8862b30

Please sign in to comment.