Skip to content

Commit

Permalink
test: remove println statement in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aseure committed Aug 7, 2019
1 parent a30966d commit 987aeda
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ class ApiKeyIntegrationTest extends AlgoliaTest {
r.deletedAt shouldNot be(empty)
}

println(keyName)

var isKeyDeleted = false

while (!isKeyDeleted) {
Expand Down

0 comments on commit 987aeda

Please sign in to comment.