Remove debug println.
This commit is contained in:
Jan Bartel 2016-09-22 17:16:40 +10:00
parent bc4e65ebf2
commit 892da7b2da
1 changed files with 0 additions and 1 deletions

View File

@ -546,7 +546,6 @@ public class JDBCSessionDataStore extends AbstractSessionDataStore
//make the session table if necessary
String tableName = _dbAdaptor.convertIdentifier(getTableName());
String schemaName = _dbAdaptor.convertIdentifier(getSchemaName());
System.err.println ("Tablename: "+tableName+" SchemaName:"+schemaName);
try (ResultSet result = metaData.getTables(null, schemaName, tableName, null))
{
if (!result.next())