Skip to content
Prev Previous commit
Next Next commit
Remove logging
  • Loading branch information
toby-plunkett authored Dec 8, 2025
commit 561d785b19c855a42312429b08a430f97373bcc4
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ protected CoreCaseDataApplication() {

@SuppressWarnings("checkstyle:CommentsIndentation") // commented out config predates
public static void main(String[] args) {
log.error("New code running");
if (System.getProperty(LOGGING_LEVEL_CCD) != null) {
// Configurator.setLevel(LOGGING_LEVEL_CCD,
// Level.valueOf(System.getProperty(LOGGING_LEVEL_CCD).toUpperCase()));
Expand Down