opendj-server-legacy/src/main/java/org/opends/server/tools/LDAPDelete.java
@@ -776,8 +776,7 @@ le.getResultCode(), le.getErrorMessage(), le.getMatchedDN()); int code = le.getResultCode(); return code; return le.getResultCode(); } catch(LDAPConnectionException lce) { logger.traceException(lce); @@ -785,8 +784,7 @@ lce.getResultCode(), lce.getErrorMessage(), lce.getMatchedDN()); int code = lce.getResultCode(); return code; return lce.getResultCode(); } catch(Exception e) { logger.traceException(e);