Skip to content

Commit b1f1768

Browse files
wangwang
authored andcommitted
remove system print
1 parent 40ab21b commit b1f1768

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • test/plugin/scenarios/spring-retry-scenario/src/main/java/test/apache/skywalking/apm/testcase/spring/retry/service

test/plugin/scenarios/spring-retry-scenario/src/main/java/test/apache/skywalking/apm/testcase/spring/retry/service/CaseService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public class CaseService {
2929
@Retryable(value = Exception.class, backoff = @Backoff(delay = 1000, multiplier = 2))
3030
@Trace
3131
public void handle() {
32-
System.out.println("handle");
3332
}
3433

3534
}

0 commit comments

Comments
 (0)