summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java')
-rw-r--r--pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java b/pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java
index 0f1f93042..eeae860c2 100644
--- a/pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java
+++ b/pki/base/common/src/com/netscape/cmscore/logging/LogSubsystem.java
@@ -144,10 +144,6 @@ public class LogSubsystem implements ILogSubsystem {
throw new EBaseException(insName + ":Failed to instantiate class " + className + " error: " + e.getMessage());
}
- if (logInst == null) {
- throw new EBaseException("Failed to instantiate class " + className);
- }
-
if (insName == null) {
throw new EBaseException("Failed to instantiate class " + insName);
}