Removed unused code

This commit is contained in:
hns 2003-04-11 09:49:35 +00:00
parent d5c48918a0
commit c8674a5f3d

View file

@ -74,17 +74,6 @@ public class DbSource {
// false here and make commit/rollback invocations in Transactor methods;
// System.err.println ("Created new Connection to "+url);
tx.registerConnection(this, con);
//////////////////////////////////////////////
/* DatabaseMetaData meta = con.getMetaData ();
ResultSet tables = meta.getCatalogs ();
while (tables.next())
System.err.println ("********* TABLE: "+ tables.getObject (1));
ResultSet types = meta.getTypeInfo ();
while (types.next())
System.err.println ("******* TYPE: "+types.getObject(1) +" - "+types.getObject(2)+" - "+types.getObject(6));
*/
}
return con;