Skip to content

Commit

Permalink
Removed prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapsssito committed Jan 27, 2020
1 parent 16fe16c commit f580eff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ final class GroupInterpolator<ValueType>: AnyValueProvider where ValueType: Inte

func value(frame: CGFloat) -> Any {
let output = keyframeInterpolators.map({$0.value(frame: frame) as! ValueType})
print("lele");
return output
}

Expand Down

0 comments on commit f580eff

Please sign in to comment.