You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2013/12/19 14:17:03 UTC

svn commit: r1552311 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericDelegator.java

Author: jleroux
Date: Thu Dec 19 13:17:03 2013
New Revision: 1552311

URL: http://svn.apache.org/r1552311
Log:
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);
                 }
             }