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

jvergara
30.39.2007 767097d8baff57920038ea1f6e2e772d6612ea0c
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);