Browse Source

remove old invisible error code (probability old test)

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 3 years ago
parent
commit
687923a597
1 changed files with 0 additions and 3 deletions
  1. 0 3
      iOSClient/Utility/NCContentPresenter.swift

+ 0 - 3
iOSClient/Utility/NCContentPresenter.swift

@@ -72,9 +72,6 @@ class NCContentPresenter: NSObject {
         if errorCode == -999 { return }         // Cancelled transfer
         if errorCode == -999 { return }         // Cancelled transfer
         else if errorCode == 200 { return }     // Transfer stopped
         else if errorCode == 200 { return }     // Transfer stopped
         else if errorCode == 207 { return }     // WebDAV multistatus
         else if errorCode == 207 { return }     // WebDAV multistatus
-        //else if errorCode == 423 { return }     // WebDAV locked
-        //else if errorCode == -1001 { return }   // Time out
-        //else if errorCode == -1005 { return }   // Connection lost
         else if errorCode == NCGlobal.shared.errorNoError && type == messageType.error { return }
         else if errorCode == NCGlobal.shared.errorNoError && type == messageType.error { return }
         
         
         DispatchQueue.main.async {
         DispatchQueue.main.async {