HHH-9051 removing unnecessary System.out.println

This commit is contained in:
Brett Meyer 2014-03-17 15:43:54 -04:00
parent ea112b7712
commit 96d60ba05d
1 changed files with 0 additions and 9 deletions

View File

@ -198,15 +198,6 @@ public class OutputsImpl implements Outputs {
hasExtendedReturns()
);
}
// todo : temporary for tck testing...
System.out.println(
String.format(
"Building Return [isResultSet=%s, updateCount=%s, extendedReturn=%s",
isResultSet(),
getUpdateCount(),
hasExtendedReturns()
)
);
if ( isResultSet() ) {
return buildResultSetOutput( extractCurrentResults() );