Skip to content

Commit da23e5c

Browse files
committed
Remove system log.
1 parent e2abf62 commit da23e5c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

appsignals-tests/contract-tests/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ tasks {
7373
"-Dio.awsobservability.instrumentation.contracttests.agentPath=${otelAgentJarTask.get().archiveFile.get()
7474
.getAsFile().absolutePath}",
7575
)
76-
77-
println("Agent JAR Path!!!: ${otelAgentJarTask.get().archiveFile.get().asFile.absolutePath}")
78-
testLogging {
79-
events("passed", "skipped", "failed")
80-
showStandardStreams = true
81-
}
8276
}
8377

8478
// Disable the test task from the java plugin

0 commit comments

Comments
 (0)