提交 12c97b76 编写于 作者: C Christian Noon

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

上级 e0c611a4
......@@ -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()
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册