[TEST] Remove current locale log line from ShieldRestTests

Original commit: elastic/x-pack-elasticsearch@b26badd740
This commit is contained in:
javanna 2015-01-21 19:14:33 +01:00 committed by Luca Cavanna
parent e8a17d9ccd
commit 4a7731099b
1 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ import org.junit.BeforeClass;
import org.junit.Test; import org.junit.Test;
import java.io.IOException; import java.io.IOException;
import java.util.Locale;
import static org.elasticsearch.shield.authc.support.UsernamePasswordToken.basicAuthHeaderValue; import static org.elasticsearch.shield.authc.support.UsernamePasswordToken.basicAuthHeaderValue;
@ -67,7 +66,6 @@ public class ShieldRestTests extends ShieldIntegrationTest {
@Test @Test
public void test() throws IOException { public void test() throws IOException {
logger.info("current default locale is [{}]", Locale.getDefault());
delegate.test(); delegate.test();
} }