Remove debug line.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1628 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
eric
2005-03-31 19:05:50 +00:00
parent 07e65fca52
commit caa2c32c67
@@ -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);