Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lkzhao committed Nov 21, 2016
1 parent 50a3925 commit d384417
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ElasticTransition/EdgePanTransition.swift
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ public class EdgePanTransition: NSObject, UIViewControllerAnimatedTransitioning,
}

func endInteractiveTransition() -> Bool{
print("!!!! End Elastic Transition")
timeoutTimer?.invalidate()
let finished:Bool
if let pan = currentPanGR{
Expand Down

0 comments on commit d384417

Please sign in to comment.