Skip to content

Commit 4638544

Browse files
committed
Remove noisy debugging print statement left in on accident
1 parent a0ff46d commit 4638544

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public J.MethodDeclaration visitMethodDeclaration(J.MethodDeclaration method, Ex
9494
.collect(Collectors.joining(";")) + ";";
9595
m = m.withTemplate(
9696
template("{ assertThrows(#{}, () -> {#{}}); }")
97-
.doBeforeParseTemplate(System.out::println)
9897
.javaParser(JavaParser.fromJavaVersion()
9998
.dependsOn(assertThrowsDependsOn(e))
10099
.build())

0 commit comments

Comments
 (0)