Update HIRSDbInitializer.java

Removed debug line [no ci]
This commit is contained in:
Cyrus 2023-05-25 06:42:41 -04:00 committed by GitHub
parent 5e0ccc94ac
commit 6c3a1b26bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,6 @@ public class HIRSDbInitializer extends AbstractAnnotationConfigDispatcherServlet
log.debug("Unable to locate MultipartResolver with name 'multipartResolver': no multipart request handling provided");
}
} catch (Exception ex) {
log.error("DAVY********************************************************************************");
log.error(ex.getMessage());
}
}