Skip to content

Commit a48d9d8

Browse files
authored
Update OtelBaseTest.kt
1 parent 890089d commit a48d9d8

File tree

1 file changed

+0
-1
lines changed
  • plugins/core/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/telemetry/otel

1 file changed

+0
-1
lines changed

plugins/core/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/telemetry/otel/OtelBaseTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ class OtelExtension : AfterEachCallback, AfterAllCallback {
328328
}
329329

330330
override fun onEnd(span: ReadableSpan) {
331-
println(span)
332331
_completedSpans.add(span)
333332

334333
if (!openSpans.contains(span)) {

0 commit comments

Comments
 (0)