Prechádzať zdrojové kódy

Removed debug statements from the validation test...no functional changes.

Christian Noon 10 rokov pred
rodič
commit
12c97b76f7
1 zmenil súbory, kde vykonal 0 pridanie a 6 odobranie
  1. 0 6
      Tests/ValidationTests.swift

+ 0 - 6
Tests/ValidationTests.swift

@@ -220,12 +220,6 @@ class ContentTypeValidationTestCase: BaseTestCase {
             .validate(contentType: [])
             .response { _, response, data, responseError in
                 error = responseError
-
-                print(response)
-                if let data = data {
-                    print(String(data: data, encoding: NSUTF8StringEncoding)!)
-                }
-
                 expectation.fulfill()
             }