Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit 0c91089

Browse files
committed
Depend on elasticsearch-parent
To simplify plugins maintenance and provide more value in the future, we are starting to build an `elasticsearch-parent` project. This commit is the first step for this plugin to depend on this new `pom` maven project. Remove a remaining sysout debug thing :(
1 parent 17d8b8b commit 0c91089

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/elasticsearch/memcached/test/AbstractMemcachedActionsTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ public void startMemcache() throws IOException {
6464
public void stopMemcache() {
6565
if (memcachedClient != null) {
6666
memcachedClient.shutdown();
67-
boolean b = memcachedClient.waitForQueues(0, TimeUnit.MILLISECONDS);
68-
System.out.println("b = " + b);
6967
}
7068
}
7169

0 commit comments

Comments
 (0)