Skip to content

Commit 0f51a4f

Browse files
committed
Remove print.
1 parent df57555 commit 0f51a4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RDImageViewerController/Classes/PagingView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ extension PagingView : UIScrollViewDelegate
208208
var position: CGFloat
209209
if direction.isHorizontal() {
210210
position = scrollView.contentOffset.x / scrollView.frame.width
211-
print(position)
212211
let to = Int(position + 0.5)
213212
if previousIndex != to {
214213
pagingDelegate.pagingView?(pagingView: self, willChangeIndexTo: to)

0 commit comments

Comments
 (0)