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);