From ccfa197b3c4bb720bb34d4a8254b55d425e3cba7 Mon Sep 17 00:00:00 2001 From: jakobsbode <jakobsbode@mi.fu-berlin.de> Date: Thu, 11 May 2017 15:56:47 +0200 Subject: [PATCH] removing debug output --- enzevalos_iphone/CollectionDataDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/enzevalos_iphone/CollectionDataDelegate.swift b/enzevalos_iphone/CollectionDataDelegate.swift index 95bc8058..c23b2db1 100644 --- a/enzevalos_iphone/CollectionDataDelegate.swift +++ b/enzevalos_iphone/CollectionDataDelegate.swift @@ -34,7 +34,6 @@ class CollectionDataDelegate : NSObject, UICollectionViewDataSource, UICollectio } func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell { - print(indexPath.row, indexPath.description) let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "frequent", for: indexPath) as! FrequentCell cell.autoresizingMask = UIViewAutoresizing.flexibleHeight cell.clipsToBounds = true -- GitLab