Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Jan 8, 2024
1 parent b757c7a commit 24e0b60
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ private void generateEntityController(ClassInfo entityClass, IndexView index, St

ResultHandle entities = m.invokeStaticMethod(MethodDescriptor.ofMethod(entityClassName, "listAll", List.class));
if (implementsInterface(entityClass, index, DOTNAME_COMPARABLE)) {
System.err.println(entityClass + " implements comparable ");
m.invokeStaticMethod(MethodDescriptor.ofMethod(Collections.class, "sort", void.class, List.class),
entities);
}
Expand Down

0 comments on commit 24e0b60

Please sign in to comment.