Skip to content

Commit 33d8918

Browse files
committed
Remove accidentally left-in debug code that can cause log spam
1 parent b4fcf3b commit 33d8918

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 @@ private static class ChangeTestMethodBodyStep extends JavaIsoVisitor<ExecutionCo
9494

9595
private final JavaTemplate assertThrows = JavaTemplate.builder(this::getCursor, "assertThrows(#{any(java.lang.Class)}, #{any(org.junit.jupiter.api.function.Executable)});")
9696
.javaParser(() -> JavaParser.fromJavaVersion()
97-
.logCompilationWarningsAndErrors(true)
9897
.dependsOn(
9998
"package org.junit.jupiter.api.function;" +
10099
"public interface Executable {" +

0 commit comments

Comments
 (0)