Skip to content

Commit d60eaf3

Browse files
committed
remove print line from test class
1 parent 193cd63 commit d60eaf3

File tree

1 file changed

+0
-1
lines changed
  • instrumentation/camunda/camunda-7.0/testing/src/main/java/io/opentelemetry/instrumentation/camunda/v7_0

1 file changed

+0
-1
lines changed

instrumentation/camunda/camunda-7.0/testing/src/main/java/io/opentelemetry/instrumentation/camunda/v7_0/Product.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
public class Product {
66

77
public void getInfo(DelegateExecution execution) {
8-
System.out.println("Product Info");
98
}
109
}

0 commit comments

Comments
 (0)