mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
30.39.2007 91842bf6b7e9a27281984cc0406bc0a97623dba7
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java
@@ -120,10 +120,6 @@
    } catch (QuickSetupException ex)
    {
      if (ex.getCause() != null)
      {
        ex.getCause().printStackTrace();
      }
      status = InstallProgressStep.FINISHED_WITH_ERROR;
      String html = getFormattedError(ex, true);
      notifyListeners(html);