Skip to content

Commit d46934b

Browse files
authored
Remove System.out.println (#405)
1 parent 1aed913 commit d46934b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/openrewrite/java/testing/junit5/AssertTrueInstanceofToAssertInstanceOf.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public J.MethodInvocation visitMethodInvocation(J.MethodInvocation method, Execu
5050
Expression reason;
5151

5252
if (junit5Matcher.matches(mi)) {
53-
System.out.println("matched");
5453
maybeRemoveImport("org.junit.jupiter.api.Assertions.assertTrue");
5554
Expression argument = mi.getArguments().get(0);
5655
if (mi.getArguments().size() == 1) {

0 commit comments

Comments
 (0)