removed debugging code

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@477270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2006-11-20 17:46:46 +00:00
parent ab148526d3
commit 32ced33fd5
1 changed files with 0 additions and 2 deletions

View File

@ -424,12 +424,10 @@ public class ConfigurationImpl
try {
_pds[i] = getPropertyDescriptor(val);
} catch (MissingResourceException mre) {
mre.printStackTrace();
if (failures == null)
failures = new ArrayList();
failures.add(val.getProperty());
} catch (IntrospectionException ie) {
ie.printStackTrace();
if (failures == null)
failures = new ArrayList();
failures.add(val.getProperty());