Skip to content

Commit 1b5167b

Browse files
author
Clément Le Provost
committed
Fix compilation warning with Xcode 8.1
Simply removed the code, since it was a leftover from a debugging session. Should not have been there in the first place. Fixes #144.
1 parent 25ae335 commit 1b5167b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/IndexTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,6 @@ class IndexTests: OnlineTestCase {
892892
XCTFail(error!.localizedDescription)
893893
expectation.fulfill()
894894
} else {
895-
print(content)
896-
897895
XCTAssertEqual(content!["nbHits"] as? Int, 3)
898896
let disjunctiveFacetsResult = content!["disjunctiveFacets"] as? JSONObject
899897
XCTAssertNotNil(disjunctiveFacetsResult)

0 commit comments

Comments
 (0)