Author: jleroux
Date: Thu Dec 19 13:17:03 2013
New Revision: 1552311
URL:
http://svn.apache.org/r1552311Log:
Removes an useless debug log error, caught around anyway
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericDelegator.java
Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericDelegator.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericDelegator.java?rev=1552311&r1=1552310&r2=1552311&view=diff==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericDelegator.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericDelegator.java Thu Dec 19 13:17:03 2013
@@ -2518,7 +2518,6 @@ public class GenericDelegator implements
sequencer = this.AtomicRefSequencer.get();
}
} catch (Exception e) {
- Debug.logError(e, "Exception thrown while creating AtomicReference<SequenceUtil>", module);
throw new IllegalStateException("Error thrown while creating AtomicReference<SequenceUtil> in getNextSeqIdLong()" + e);
}
}