mirror of https://github.com/apache/openjpa.git
OPENJPA-2221: Remove System.out.println() from DBDictionary
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1384464 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a3e0a52f10
commit
5a05dfbb9e
|
@ -1383,7 +1383,6 @@ public class DBDictionary
|
|||
if (val instanceof Object[]) {
|
||||
Object[] valArray = (Object[])val;
|
||||
for (Object object : valArray) {
|
||||
System.out.println("object " + object.getClass().getName());
|
||||
setUnknown(stmt, idx, col, object);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue