Remove unused import from BootstrapForTesting

This commit removes an unused import for o.e.c.l.LogConfigurator from
o.e.b.BootstrapForTesting.
This commit is contained in:
Jason Tedor 2016-09-13 09:47:51 -04:00
parent 7888dbfb31
commit 013e3f6fcc
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ import org.elasticsearch.SecureSM;
import org.elasticsearch.common.Strings;
import org.elasticsearch.common.SuppressForbidden;
import org.elasticsearch.common.io.PathUtils;
import org.elasticsearch.common.logging.LogConfigurator;
import org.elasticsearch.plugins.PluginInfo;
import org.junit.Assert;