From c85abfe80244502f2591a7e353cd542642f4cf3c Mon Sep 17 00:00:00 2001 From: Alexsander Khitev Date: Sun, 13 Mar 2016 18:32:27 +0400 Subject: [PATCH] removed old functions --- SKPhotoBrowser/SKPhotoBrowser.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/SKPhotoBrowser/SKPhotoBrowser.swift b/SKPhotoBrowser/SKPhotoBrowser.swift index dc85250..5f614b8 100644 --- a/SKPhotoBrowser/SKPhotoBrowser.swift +++ b/SKPhotoBrowser/SKPhotoBrowser.swift @@ -974,10 +974,8 @@ public class SKPhotoBrowser: UIViewController, UIScrollViewDelegate { page.tag = index + pageIndexTagOffset page.photo = photoAtIndex(index) - // visiblePages.insert(page) visiblePages.append(page) pagingScrollView.addSubview(page) - print("Page added at index \(index)") // if exists caption, insert if let captionView = captionViewForPhotoAtIndex(index) { captionView.frame = frameForCaptionView(captionView, index: index)