Browse Source

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

Christian Noon 10 years ago
parent
commit
12c97b76f7
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Tests/ValidationTests.swift

+ 0 - 6
Tests/ValidationTests.swift

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