log removal

This commit is contained in:
Anthony Stirling
2024-01-10 00:37:55 +00:00
parent 139c793b5e
commit 32da14acbf
3 changed files with 12 additions and 26 deletions

View File

@@ -229,7 +229,6 @@ public class EndpointConfiguration {
private void processEnvironmentConfigs() {
List<String> endpointsToRemove = applicationProperties.getEndpoints().getToRemove();
List<String> groupsToRemove = applicationProperties.getEndpoints().getGroupsToRemove();
System.out.println("ASTIRLI7 bookFormatsInstalled=" + bookFormatsInstalled);
if (!bookFormatsInstalled) {
groupsToRemove.add("Calibre");
}