Remove unnecessary suppression

This commit is contained in:
Chris Earle 2015-09-18 13:25:23 -04:00
parent 764051b4e3
commit 6d3202b6b5
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ final class Bootstrap {
* This method is invoked by {@link Elasticsearch#main(String[])}
* to startup elasticsearch.
*/
@SuppressForbidden(reason = "System#out")
static void init(String[] args) throws Throwable {
// Set the system property before anything has a chance to trigger its use
System.setProperty("es.logger.prefix", "");