Skip to content

Commit 8ff01a5

Browse files
committed
removing commented code
1 parent a87dcaa commit 8ff01a5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

reflection-config-generator/src/main/java/nativeimage/processor/AnnotationProcessor.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment
4242
}
4343
} catch (Exception e){
4444
this.logger.error("fatal: %s", e.getMessage(), e);
45-
// this.logger.error("%s fatal: %s\n %s",
46-
// ClassUtils.getSimpleName(this),
47-
// e.getMessage(),
48-
// ExceptionUtils.getStackTrace(e)
49-
// );
5045
}
5146
return false;
5247
}

0 commit comments

Comments
 (0)