diff --git a/enzevalos_iphone/CollectionDataDelegate.swift b/enzevalos_iphone/CollectionDataDelegate.swift
index 95bc805865e18af012d21cda572a39c490b03b32..c23b2db1eda8c3e244de629dc9b6297a4ad34319 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