Skip to content

Commit

Permalink
Remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0c committed Jan 14, 2020
1 parent df57555 commit 0f51a4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RDImageViewerController/Classes/PagingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ extension PagingView : UIScrollViewDelegate
var position: CGFloat
if direction.isHorizontal() {
position = scrollView.contentOffset.x / scrollView.frame.width
print(position)
let to = Int(position + 0.5)
if previousIndex != to {
pagingDelegate.pagingView?(pagingView: self, willChangeIndexTo: to)
Expand Down

0 comments on commit 0f51a4f

Please sign in to comment.