Browse Source

Remove leftover debugging logic (#45556)

Mark Vieira 6 years ago
parent
commit
a32983016c

+ 0 - 2
buildSrc/src/main/groovy/org/elasticsearch/gradle/BuildPlugin.groovy

@@ -800,8 +800,6 @@ class BuildPlugin implements Plugin<Project> {
                 test.addTestOutputListener(listener)
                 test.addTestListener(listener)
 
-                test.doFirst { println test.jvmArgs }
-
                 /*
                  * We use lazy-evaluated strings in order to configure system properties whose value will not be known until
                  * execution time (e.g. cluster port numbers). Adding these via the normal DSL doesn't work as these get treated