Remove debug line.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1628 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -434,7 +434,6 @@ public class JDBCUtil
|
||||
String update = "CREATE INDEX " + idx_name + " on " + table + "(" +
|
||||
cname + ")";
|
||||
|
||||
Log.warning("index: " + update);
|
||||
PreparedStatement stmt = null;
|
||||
try {
|
||||
stmt = conn.prepareStatement(update);
|
||||
|
||||
Reference in New Issue
Block a user