diff --git a/buildSrc/src/main/groovy/corda.osgi-test-conventions.gradle b/buildSrc/src/main/groovy/corda.osgi-test-conventions.gradle index fc11f9e1734..cdcd664f0cc 100644 --- a/buildSrc/src/main/groovy/corda.osgi-test-conventions.gradle +++ b/buildSrc/src/main/groovy/corda.osgi-test-conventions.gradle @@ -71,9 +71,6 @@ def bundlesSet = files(sourceSets.integrationTest.runtimeClasspath.filter { }, configurations.archives.artifacts.files) def resolve = tasks.register('resolve', Resolve) { - // println("bundleSet:") - // bundlesSet.forEach { println(" " + it.absolutePath) } - dependsOn jar, testingBundle bundles = bundlesSet bndrun = file('test.bndrun')