Skip to content

Commit

Permalink
Drop debug prints from MigrateItemWriterWrite.java
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Dec 24, 2024
1 parent 8328caa commit a1e4895
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ public J.MethodDeclaration visitMethodDeclaration(J.MethodDeclaration method, Ex

m = JavaTemplate.builder("#{}\n #{} void write(#{} Chunk<#{}> #{}) throws Exception #{}")
.contextSensitive()
.doBeforeParseTemplate(System.out::println)
// .doAfterVariableSubstitution(System.out::println)
.javaParser(JavaParser.fromJavaVersion()
.classpathFromResources(ctx, "spring-batch-core-5.+", "spring-batch-infrastructure-5.+"))
.imports("org.springframework.batch.item.Chunk")
Expand Down

0 comments on commit a1e4895

Please sign in to comment.