HHH-13306 Remove verbose logging from the standard ExceptionMapper

This commit is contained in:
Jonas Fügedi 2019-02-26 15:52:07 +01:00 committed by Sanne Grinovero
parent d8faee0d2c
commit 30f560f94f
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ public class ExceptionMapperStandardImpl implements ExceptionMapper {
String message,
RuntimeException failure,
SessionImplementor session) {
log.unableToPerformManagedFlush( failure.getMessage() );
return failure;
}
}