Skip to content
Snippets Groups Projects
Commit ccfa197b authored by jakobsbode's avatar jakobsbode
Browse files

removing debug output

parent f838abcd
No related branches found
No related tags found
1 merge request!2Swift3
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment