HHH-13306 Remove verbose logging from the standard ExceptionMapper
This commit is contained in:
parent
d8faee0d2c
commit
30f560f94f
|
@ -36,7 +36,6 @@ public class ExceptionMapperStandardImpl implements ExceptionMapper {
|
|||
String message,
|
||||
RuntimeException failure,
|
||||
SessionImplementor session) {
|
||||
log.unableToPerformManagedFlush( failure.getMessage() );
|
||||
return failure;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue