浏览代码

remove old comments

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 3 年之前
父节点
当前提交
3508a96adf
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      iOSClient/Utility/NCContentPresenter.swift

+ 0 - 2
iOSClient/Utility/NCContentPresenter.swift

@@ -79,8 +79,6 @@ class NCContentPresenter: NSObject {
             case Int(CFNetworkErrors.cfurlErrorNotConnectedToInternet.rawValue):
                 let image = UIImage(named: "networkInProgress")!.image(color: .white, size: 20)
                 self.noteTop(text: NSLocalizedString(title, comment: ""), image: image, color: .lightGray, delay: delay, priority: .max)
-            //case Int(kOCErrorServerUnauthorized), Int(kOCErrorServerForbidden):
-            //    break
             default:
                 guard var description = description else { return }
                 if description.trimmingCharacters(in: .whitespacesAndNewlines) == "" { return }