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

kenneth_suter
27.36.2007 147bc37f4c107d4edbc0c48c8be71c42852208fb
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/RemoteBuildManager.java
@@ -39,7 +39,6 @@
import java.util.regex.Pattern;
import java.util.regex.Matcher;
import java.util.logging.Logger;
import java.util.logging.Level;
import java.io.*;
import java.awt.*;
@@ -186,14 +185,6 @@
    String line;
    while (null != (line = reader.readLine())) {
      builder.append(line);
      // FOR TESTING
       try {
          Thread.sleep(50);
       } catch (InterruptedException e) {
          LOG.log(Level.INFO, "error", e);
       }
    }
    return builder.toString();
  }