mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 12:44:49 +00:00
HHH-9051 removing unnecessary System.out.println
This commit is contained in:
parent
ea112b7712
commit
96d60ba05d
@ -198,15 +198,6 @@ protected Output buildOutput() {
|
|||||||
hasExtendedReturns()
|
hasExtendedReturns()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
// todo : temporary for tck testing...
|
|
||||||
System.out.println(
|
|
||||||
String.format(
|
|
||||||
"Building Return [isResultSet=%s, updateCount=%s, extendedReturn=%s",
|
|
||||||
isResultSet(),
|
|
||||||
getUpdateCount(),
|
|
||||||
hasExtendedReturns()
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
if ( isResultSet() ) {
|
if ( isResultSet() ) {
|
||||||
return buildResultSetOutput( extractCurrentResults() );
|
return buildResultSetOutput( extractCurrentResults() );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user