Browse Source

Remove commented code

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 year ago
parent
commit
ea4a89a8a9
1 changed files with 0 additions and 5 deletions
  1. 0 5
      iOSClient/Main/Collection Common/NCListCell.swift

+ 0 - 5
iOSClient/Main/Collection Common/NCListCell.swift

@@ -143,11 +143,6 @@ class NCListCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCCellProto
         labelInfo.text = ""
         labelTitle.textColor = .label
         labelInfo.textColor = .systemGray
-
-        // tag0.layer.masksToBounds = true
-        // tag0.layer.borderColor = UIColor.systemGray5.cgColor
-        // tag0.layer.borderWidth = 1.0
-        // tag0.layer.cornerRadius = 8
     }
 
     override func prepareForReuse() {